#692C2C

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

Shades of Kenyan Copper #692C2C

Tints of Kenyan Copper #692C2C

Color information

#692C2C (or 0x692C2C) is unknown color: approx Kenyan Copper. HEX triplet: 69, 2C and 2C. RGB value is (105,44,44). Sum of RGB (Red+Green+Blue) = 105+44+44=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #692C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C2C is #96D3D3. Grayscale: #3E3E3E. Windows color (decimal): -9884628 or 2894953. OLE color: 2894953.

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

Color convert

RGB1054444-
CMYK00.580.580.59
HSL40.94%29.22%-
HSV(B)58.1%41.18%-
XYZ7.184.992.97-
YUV62.24117.71158.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=54.40%
G=22.80%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105444400.580.580.59040.9429.22
Hex692C2C03A3A3B0291d
Octal1515454072727305135
Binary11010011011001011000111010111010111011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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