#66312B

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

Shades of Kenyan Copper #66312B

Tints of Kenyan Copper #66312B

Color information

#66312B (or 0x66312B) is unknown color: approx Kenyan Copper. HEX triplet: 66, 31 and 2B. RGB value is (102,49,43). Sum of RGB (Red+Green+Blue) = 102+49+43=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #66312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66312B is #99CED4. Grayscale: #404040. Windows color (decimal): -10079957 or 2830694. OLE color: 2830694.

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

Color convert

RGB1024943-
CMYK00.520.580.6
HSL6.1º40.69%28.43%-
HSV(B)6.1º57.84%40%-
XYZ7.015.22.92-
YUV64.16116.06154.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 43 (17.19% from 255) = 22.16%
R=52.58%
G=25.26%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102494300.520.580.66.140.6928.43
Hex66312B0343A3C6291c
Octal1466153064727465134
Binary1100110110001101011011010011101011110011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,49,43); }

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

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

 a { background-color: rgb(102,49,43); }

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

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

 span { border-color: rgb(102,49,43); }

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