#692E28

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

Shades of Kenyan Copper #692E28

Tints of Kenyan Copper #692E28

Color information

#692E28 (or 0x692E28) is unknown color: approx Kenyan Copper. HEX triplet: 69, 2E and 28. RGB value is (105,46,40). Sum of RGB (Red+Green+Blue) = 105+46+40=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #692E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692E28 is #96D1D7. Grayscale: #3F3F3F. Windows color (decimal): -9884120 or 2633321. OLE color: 2633321.

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

Color convert

RGB1054640-
CMYK00.560.620.59
HSL5.54º44.83%28.43%-
HSV(B)5.54º61.9%41.18%-
XYZ7.195.112.62-
YUV62.96115.05157.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 46 (18.36% from 255) = 24.08%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=54.97%
G=24.08%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105464000.560.620.595.5444.8328.43
Hex692E280383E3B62d1c
Octal1515650070767365534
Binary1101001101110101000011100011111011101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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