#64332D

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

Shades of Kenyan Copper #64332D

Tints of Kenyan Copper #64332D

Color information

#64332D (or 0x64332D) is unknown color: approx Kenyan Copper. HEX triplet: 64, 33 and 2D. RGB value is (100,51,45). Sum of RGB (Red+Green+Blue) = 100+51+45=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64332D is #9BCCD2. Grayscale: #414141. Windows color (decimal): -10210515 or 2962276. OLE color: 2962276.

HSL color Cylindrical-coordinate representation of color #64332D: hue angle of 6.55º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64332D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB1005145-
CMYK00.490.550.61
HSL6.55º37.93%28.43%-
HSV(B)6.55º55%39.22%-
XYZ6.915.273.13-
YUV64.97116.73152.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.02%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=51.02%
G=26.02%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100514500.490.550.616.5537.9328.43
Hex64332D031373D7261c
Octal1446355061677574634
Binary1100100110011101101011000111011111110111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64332D; }

 p { color: rgb(100,51,45); }

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

<style>
 a { background-color: #64332D; }

 a { background-color: rgb(100,51,45); }

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

<style>
 span { border-color: #64332D; }

 span { border-color: rgb(100,51,45); }

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