#642B27

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

Shades of Kenyan Copper #642B27

Tints of Kenyan Copper #642B27

Color information

#642B27 (or 0x642B27) is unknown color: approx Kenyan Copper. HEX triplet: 64, 2B and 27. RGB value is (100,43,39). Sum of RGB (Red+Green+Blue) = 100+43+39=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #642B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642B27 is #9BD4D8. Grayscale: #3B3B3B. Windows color (decimal): -10212569 or 2567012. OLE color: 2567012.

HSL color Cylindrical-coordinate representation of color #642B27: hue angle of 3.93º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #642B27 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB1004339-
CMYK00.570.610.61
HSL3.93º43.88%27.25%-
HSV(B)3.93º61%39.22%-
XYZ6.494.582.46-
YUV59.59116.38156.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.95%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 39 (15.62% from 255) = 21.43%
R=54.95%
G=23.63%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100433900.570.610.613.9343.8827.25
Hex642B270393D3D42c1b
Octal1445347071757545433
Binary1100100101011100111011100111110111110110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642B27; }

 p { color: rgb(100,43,39); }

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

<style>
 a { background-color: #642B27; }

 a { background-color: rgb(100,43,39); }

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

<style>
 span { border-color: #642B27; }

 span { border-color: rgb(100,43,39); }

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