#692C2A

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

Shades of Kenyan Copper #692C2A

Tints of Kenyan Copper #692C2A

Color information

#692C2A (or 0x692C2A) is unknown color: approx Kenyan Copper. HEX triplet: 69, 2C and 2A. RGB value is (105,44,42). Sum of RGB (Red+Green+Blue) = 105+44+42=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #692C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C2A is #96D3D5. Grayscale: #3E3E3E. Windows color (decimal): -9884630 or 2763881. OLE color: 2763881.

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

Color convert

RGB1054442-
CMYK00.580.60.59
HSL1.9º42.86%28.82%-
HSV(B)1.9º60%41.18%-
XYZ7.144.972.77-
YUV62.01116.71158.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=54.97%
G=23.04%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105444200.580.60.591.942.8628.82
Hex692C2A03A3C3B22b1d
Octal1515452072747325335
Binary110100110110010101001110101111001110111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,44,42); }

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

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

 a { background-color: rgb(105,44,42); }

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

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

 span { border-color: rgb(105,44,42); }

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