#662B25

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

Shades of Kenyan Copper #662B25

Tints of Kenyan Copper #662B25

Color information

#662B25 (or 0x662B25) is unknown color: approx Kenyan Copper. HEX triplet: 66, 2B and 25. RGB value is (102,43,37). Sum of RGB (Red+Green+Blue) = 102+43+37=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #662B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B25 is #99D4DA. Grayscale: #3C3C3C. Windows color (decimal): -10081499 or 2435942. OLE color: 2435942.

HSL color Cylindrical-coordinate representation of color #662B25: hue angle of 5.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #662B25 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1024337-
CMYK00.580.640.6
HSL5.54º46.76%27.25%-
HSV(B)5.54º63.73%40%-
XYZ6.684.692.3-
YUV59.96115.05157.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=56.04%
G=23.63%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102433700.580.640.65.5446.7627.25
Hex662B2503A403C62f1b
Octal14653450721007465733
Binary11001101010111001010111010100000011110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662B25; }

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

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

<style>
 a { background-color: #662B25; }

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

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

<style>
 span { border-color: #662B25; }

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

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