#68322D

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

Shades of Kenyan Copper #68322D

Tints of Kenyan Copper #68322D

Color information

#68322D (or 0x68322D) is unknown color: approx Kenyan Copper. HEX triplet: 68, 32 and 2D. RGB value is (104,50,45). Sum of RGB (Red+Green+Blue) = 104+50+45=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68322D is #97CDD2. Grayscale: #414141. Windows color (decimal): -9948627 or 2962024. OLE color: 2962024.

HSL color Cylindrical-coordinate representation of color #68322D: hue angle of 5.08º 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 #68322D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1045045-
CMYK00.520.570.59
HSL5.08º39.6%29.22%-
HSV(B)5.08º56.73%40.78%-
XYZ7.325.413.14-
YUV65.58116.39155.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=52.26%
G=25.13%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104504500.520.570.595.0839.629.22
Hex68322D034393B5281d
Octal1506255064717355035
Binary1101000110010101101011010011100111101110110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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