#692D2B

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

Shades of Kenyan Copper #692D2B

Tints of Kenyan Copper #692D2B

Color information

#692D2B (or 0x692D2B) is unknown color: approx Kenyan Copper. HEX triplet: 69, 2D and 2B. RGB value is (105,45,43). Sum of RGB (Red+Green+Blue) = 105+45+43=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #692D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692D2B is #96D2D4. Grayscale: #3E3E3E. Windows color (decimal): -9884373 or 2829673. OLE color: 2829673.

HSL color Cylindrical-coordinate representation of color #692D2B: hue angle of 1.94º 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 #692D2B is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1054543-
CMYK00.570.590.59
HSL1.94º41.89%29.02%-
HSV(B)1.94º59.05%41.18%-
XYZ7.25.052.88-
YUV62.71116.88158.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 43 (17.19% from 255) = 22.28%
R=54.40%
G=23.32%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105454300.570.590.591.9441.8929.02
Hex692D2B0393B3B22a1d
Octal1515553071737325235
Binary110100110110110101101110011110111110111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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