#68332E

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

Shades of Kenyan Copper #68332E

Tints of Kenyan Copper #68332E

Color information

#68332E (or 0x68332E) is unknown color: approx Kenyan Copper. HEX triplet: 68, 33 and 2E. RGB value is (104,51,46). Sum of RGB (Red+Green+Blue) = 104+51+46=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68332E is #97CCD1. Grayscale: #424242. Windows color (decimal): -9948370 or 3027816. OLE color: 3027816.

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

Color convert

RGB1045146-
CMYK00.510.560.59
HSL5.17º38.67%29.41%-
HSV(B)5.17º55.77%40.78%-
XYZ7.395.513.26-
YUV66.28116.56154.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=51.74%
G=25.37%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104514600.510.560.595.1738.6729.41
Hex68332E033383B5271d
Octal1506356063707354735
Binary1101000110011101110011001111100011101110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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