#66352E

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

Shades of Kenyan Copper #66352E

Tints of Kenyan Copper #66352E

Color information

#66352E (or 0x66352E) is unknown color: approx Kenyan Copper. HEX triplet: 66, 35 and 2E. RGB value is (102,53,46). Sum of RGB (Red+Green+Blue) = 102+53+46=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66352E is #99CAD1. Grayscale: #424242. Windows color (decimal): -10078930 or 3028326. OLE color: 3028326.

HSL color Cylindrical-coordinate representation of color #66352E: hue angle of 7.5º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66352E is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB1025346-
CMYK00.480.550.6
HSL7.5º37.84%29.02%-
HSV(B)7.5º54.9%40%-
XYZ7.255.573.28-
YUV66.85116.23153.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=50.75%
G=26.37%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102534600.480.550.67.537.8429.02
Hex66352E030373C8261d
Octal14665560606774104635
Binary11001101101011011100110000110111111100100010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66352E; }

 p { color: rgb(102,53,46); }

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

<style>
 a { background-color: #66352E; }

 a { background-color: rgb(102,53,46); }

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

<style>
 span { border-color: #66352E; }

 span { border-color: rgb(102,53,46); }

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