#68332B

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

Shades of Kenyan Copper #68332B

Tints of Kenyan Copper #68332B

Color information

#68332B (or 0x68332B) is unknown color: approx Kenyan Copper. HEX triplet: 68, 33 and 2B. RGB value is (104,51,43). Sum of RGB (Red+Green+Blue) = 104+51+43=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68332B is #97CCD4. Grayscale: #424242. Windows color (decimal): -9948373 or 2831208. OLE color: 2831208.

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

Color convert

RGB1045143-
CMYK00.510.590.59
HSL7.87º41.5%28.82%-
HSV(B)7.87º58.65%40.78%-
XYZ7.335.492.96-
YUV65.94115.06155.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 43 (17.19% from 255) = 21.72%
R=52.53%
G=25.76%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104514300.510.590.597.8741.528.82
Hex68332B0333B3B8291d
Octal15063530637373105135
Binary11010001100111010110110011111011111011100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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