#692C2B

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

Shades of Kenyan Copper #692C2B

Tints of Kenyan Copper #692C2B

Color information

#692C2B (or 0x692C2B) is unknown color: approx Kenyan Copper. HEX triplet: 69, 2C and 2B. RGB value is (105,44,43). Sum of RGB (Red+Green+Blue) = 105+44+43=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #692C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C2B is #96D3D4. Grayscale: #3E3E3E. Windows color (decimal): -9884629 or 2829417. OLE color: 2829417.

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

Color convert

RGB1054443-
CMYK00.580.590.59
HSL0.97º41.89%29.02%-
HSV(B)0.97º59.05%41.18%-
XYZ7.164.982.87-
YUV62.12117.21158.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.69%
GREEN value IS 44 (17.58% from 255) = 22.92%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=54.69%
G=22.92%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105444300.580.590.590.9741.8929.02
Hex692C2B03A3B3B12a1d
Octal1515453072737315235
Binary11010011011001010110111010111011111011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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