#652D28

Color #652D28 Kenyan Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kenyan Copper #652D28

Tints of Kenyan Copper #652D28

Color information

#652D28 (or 0x652D28) is unknown color: approx Kenyan Copper. HEX triplet: 65, 2D and 28. RGB value is (101,45,40). Sum of RGB (Red+Green+Blue) = 101+45+40=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #652D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D28 is #9AD2D7. Grayscale: #3D3D3D. Windows color (decimal): -10146520 or 2633061. OLE color: 2633061.

HSL color Cylindrical-coordinate representation of color #652D28: hue angle of 4.92º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #652D28 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB1014540-
CMYK00.550.600.60
HSL4.92º43.26%27.65%-
HSV(B)4.92º60.4%39.61%-
XYZ6.694.82.58-
YUV61.17116.05156.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 54.30%
GREEN value IS 45 (17.97% from 255) = 24.19%
BLUE value IS 40 (16.02% from 255) = 21.51%
R=54.30%
G=24.19%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101454000.550.600.604.9243.2627.65
Hex652D280373C3C52b1c
Octal1455550067747455334
Binary1100101101101101000011011111110011110010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652D28; }

 p { color: rgb(101,45,40); }

 H1.HeaderClassName
 {
   color: #652D28;
 }
 .AnyTagClassName
 {
   color: #652D28;
 }
</style>
background-color css

<style>
 a { background-color: #652D28; }

 a { background-color: rgb(101,45,40); }

 div.DivClassName
 {
   background-color: #652D28;
 }
 .BgClassName
 {
   background-color: #652D28;
 }
</style>
border-color css

<style>
 span { border-color: #652D28; }

 span { border-color: rgb(101,45,40); }

 td.TdClassName
 {
   border-color: #652D28;
 }
 .TagClassName
 {
   border-color: #652D28;
 }
</style>