#66342D

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

Shades of Kenyan Copper #66342D

Tints of Kenyan Copper #66342D

Color information

#66342D (or 0x66342D) is unknown color: approx Kenyan Copper. HEX triplet: 66, 34 and 2D. RGB value is (102,52,45). Sum of RGB (Red+Green+Blue) = 102+52+45=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66342D is #99CBD2. Grayscale: #424242. Windows color (decimal): -10079187 or 2962534. OLE color: 2962534.

HSL color Cylindrical-coordinate representation of color #66342D: hue angle of 7.37º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66342D is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB1025245-
CMYK00.490.560.6
HSL7.37º38.78%28.82%-
HSV(B)7.37º55.88%40%-
XYZ7.185.473.16-
YUV66.15116.06153.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=51.26%
G=26.13%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102524500.490.560.67.3738.7828.82
Hex66342D031383C7271d
Octal1466455061707474735
Binary1100110110100101101011000111100011110011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,52,45); }

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

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

 a { background-color: rgb(102,52,45); }

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

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

 span { border-color: rgb(102,52,45); }

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