#69342F

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

Shades of Kenyan Copper #69342F

Tints of Kenyan Copper #69342F

Color information

#69342F (or 0x69342F) is unknown color: approx Kenyan Copper. HEX triplet: 69, 34 and 2F. RGB value is (105,52,47). Sum of RGB (Red+Green+Blue) = 105+52+47=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69342F is #96CBD0. Grayscale: #434343. Windows color (decimal): -9882577 or 3093609. OLE color: 3093609.

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

Color convert

RGB1055247-
CMYK00.500.550.59
HSL5.17º38.16%29.8%-
HSV(B)5.17º55.24%41.18%-
XYZ7.575.663.38-
YUV67.28116.56154.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=51.47%
G=25.49%
B=23.04%

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
Decimal105524700.500.550.595.1738.1629.8
Hex69342F032373B5261e
Octal1516457062677354636
Binary1101001110100101111011001011011111101110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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