#64302B

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

Shades of Kenyan Copper #64302B

Tints of Kenyan Copper #64302B

Color information

#64302B (or 0x64302B) is unknown color: approx Kenyan Copper. HEX triplet: 64, 30 and 2B. RGB value is (100,48,43). Sum of RGB (Red+Green+Blue) = 100+48+43=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #64302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64302B is #9BCFD4. Grayscale: #3F3F3F. Windows color (decimal): -10211285 or 2830436. OLE color: 2830436.

HSL color Cylindrical-coordinate representation of color #64302B: hue angle of 5.26º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64302B is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB1004843-
CMYK00.520.570.61
HSL5.26º39.86%28.04%-
HSV(B)5.26º57%39.22%-
XYZ6.7552.89-
YUV62.98116.73154.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.36%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=52.36%
G=25.13%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100484300.520.570.615.2639.8628.04
Hex64302B034393D5281c
Octal1446053064717555034
Binary1100100110000101011011010011100111110110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64302B; }

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

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

<style>
 a { background-color: #64302B; }

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

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

<style>
 span { border-color: #64302B; }

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

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