#69342C

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

Shades of Kenyan Copper #69342C

Tints of Kenyan Copper #69342C

Color information

#69342C (or 0x69342C) is unknown color: approx Kenyan Copper. HEX triplet: 69, 34 and 2C. RGB value is (105,52,44). Sum of RGB (Red+Green+Blue) = 105+52+44=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69342C is #96CBD3. Grayscale: #434343. Windows color (decimal): -9882580 or 2897001. OLE color: 2897001.

HSL color Cylindrical-coordinate representation of color #69342C: hue angle of 7.87º 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 #69342C is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1055244-
CMYK00.500.580.59
HSL7.87º40.94%29.22%-
HSV(B)7.87º58.1%41.18%-
XYZ7.515.643.08-
YUV66.94115.06155.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 44 (17.58% from 255) = 21.89%
R=52.24%
G=25.87%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105524400.500.580.597.8740.9429.22
Hex69342C0323A3B8291d
Octal15164540627273105135
Binary11010011101001011000110010111010111011100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69342C; }

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

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

<style>
 a { background-color: #69342C; }

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

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

<style>
 span { border-color: #69342C; }

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

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