#692E29

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

Shades of Kenyan Copper #692E29

Tints of Kenyan Copper #692E29

Color information

#692E29 (or 0x692E29) is unknown color: approx Kenyan Copper. HEX triplet: 69, 2E and 29. RGB value is (105,46,41). Sum of RGB (Red+Green+Blue) = 105+46+41=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #692E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692E29 is #96D1D6. Grayscale: #3F3F3F. Windows color (decimal): -9884119 or 2698857. OLE color: 2698857.

HSL color Cylindrical-coordinate representation of color #692E29: hue angle of 4.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #692E29 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB1054641-
CMYK00.560.610.59
HSL4.69º43.84%28.63%-
HSV(B)4.69º60.95%41.18%-
XYZ7.25.122.71-
YUV63.07115.55157.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.69%
GREEN value IS 46 (18.36% from 255) = 23.96%
BLUE value IS 41 (16.41% from 255) = 21.35%
R=54.69%
G=23.96%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105464100.560.610.594.6943.8428.63
Hex692E290383D3B52c1d
Octal1515651070757355435
Binary1101001101110101001011100011110111101110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692E29; }

 p { color: rgb(105,46,41); }

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

<style>
 a { background-color: #692E29; }

 a { background-color: rgb(105,46,41); }

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

<style>
 span { border-color: #692E29; }

 span { border-color: rgb(105,46,41); }

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