#662A25

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

Shades of Kenyan Copper #662A25

Tints of Kenyan Copper #662A25

Color information

#662A25 (or 0x662A25) is unknown color: approx Kenyan Copper. HEX triplet: 66, 2A and 25. RGB value is (102,42,37). Sum of RGB (Red+Green+Blue) = 102+42+37=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #662A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A25 is #99D5DA. Grayscale: #3B3B3B. Windows color (decimal): -10081755 or 2435686. OLE color: 2435686.

HSL color Cylindrical-coordinate representation of color #662A25: hue angle of 4.62º 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 #662A25 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1024237-
CMYK00.590.640.6
HSL4.62º46.76%27.25%-
HSV(B)4.62º63.73%40%-
XYZ6.644.612.29-
YUV59.37115.38158.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 37 (14.84% from 255) = 20.44%
R=56.35%
G=23.20%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102423700.590.640.64.6246.7627.25
Hex662A2503B403C52f1b
Octal14652450731007455733
Binary11001101010101001010111011100000011110010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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