#69352F

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

Shades of Kenyan Copper #69352F

Tints of Kenyan Copper #69352F

Color information

#69352F (or 0x69352F) is unknown color: approx Kenyan Copper. HEX triplet: 69, 35 and 2F. RGB value is (105,53,47). Sum of RGB (Red+Green+Blue) = 105+53+47=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #69352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69352F is #96CAD0. Grayscale: #434343. Windows color (decimal): -9882321 or 3093865. OLE color: 3093865.

HSL color Cylindrical-coordinate representation of color #69352F: hue angle of 6.21º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69352F is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1055347-
CMYK00.500.550.59
HSL6.21º38.16%29.8%-
HSV(B)6.21º55.24%41.18%-
XYZ7.615.753.4-
YUV67.86116.23154.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=51.22%
G=25.85%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105534700.500.550.596.2138.1629.8
Hex69352F032373B6261e
Octal1516557062677364636
Binary1101001110101101111011001011011111101111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69352F; }

 p { color: rgb(105,53,47); }

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

<style>
 a { background-color: #69352F; }

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

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

<style>
 span { border-color: #69352F; }

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

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