#68362F

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

Shades of Kenyan Copper #68362F

Tints of Kenyan Copper #68362F

Color information

#68362F (or 0x68362F) is unknown color: approx Kenyan Copper. HEX triplet: 68, 36 and 2F. RGB value is (104,54,47). Sum of RGB (Red+Green+Blue) = 104+54+47=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68362F is #97C9D0. Grayscale: #444444. Windows color (decimal): -9947601 or 3094120. OLE color: 3094120.

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

Color convert

RGB1045447-
CMYK00.480.550.59
HSL7.37º37.75%29.61%-
HSV(B)7.37º54.81%40.78%-
XYZ7.545.793.41-
YUV68.15116.06153.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=50.73%
G=26.34%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104544700.480.550.597.3737.7529.61
Hex68362F030373B7261e
Octal1506657060677374636
Binary1101000110110101111011000011011111101111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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