#68352F

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

Shades of Kenyan Copper #68352F

Tints of Kenyan Copper #68352F

Color information

#68352F (or 0x68352F) is unknown color: approx Kenyan Copper. HEX triplet: 68, 35 and 2F. RGB value is (104,53,47). Sum of RGB (Red+Green+Blue) = 104+53+47=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68352F is #97CAD0. Grayscale: #434343. Windows color (decimal): -9947857 or 3093864. OLE color: 3093864.

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

Color convert

RGB1045347-
CMYK00.490.550.59
HSL6.32º37.75%29.61%-
HSV(B)6.32º54.81%40.78%-
XYZ7.55.693.39-
YUV67.56116.4153.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=50.98%
G=25.98%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104534700.490.550.596.3237.7529.61
Hex68352F031373B6261e
Octal1506557061677364636
Binary1101000110101101111011000111011111101111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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