#68332D

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

Shades of Kenyan Copper #68332D

Tints of Kenyan Copper #68332D

Color information

#68332D (or 0x68332D) is unknown color: approx Kenyan Copper. HEX triplet: 68, 33 and 2D. RGB value is (104,51,45). Sum of RGB (Red+Green+Blue) = 104+51+45=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68332D is #97CCD2. Grayscale: #424242. Windows color (decimal): -9948371 or 2962280. OLE color: 2962280.

HSL color Cylindrical-coordinate representation of color #68332D: hue angle of 6.1º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68332D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1045145-
CMYK00.510.570.59
HSL6.1º39.6%29.22%-
HSV(B)6.1º56.73%40.78%-
XYZ7.375.53.16-
YUV66.16116.06154.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 51 (20.31% from 255) = 25.5%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=52%
G=25.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104514500.510.570.596.139.629.22
Hex68332D033393B6281d
Octal1506355063717365035
Binary1101000110011101101011001111100111101111010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68332D; }

 p { color: rgb(104,51,45); }

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

<style>
 a { background-color: #68332D; }

 a { background-color: rgb(104,51,45); }

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

<style>
 span { border-color: #68332D; }

 span { border-color: rgb(104,51,45); }

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