#68312B

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

Shades of Kenyan Copper #68312B

Tints of Kenyan Copper #68312B

Color information

#68312B (or 0x68312B) is unknown color: approx Kenyan Copper. HEX triplet: 68, 31 and 2B. RGB value is (104,49,43). Sum of RGB (Red+Green+Blue) = 104+49+43=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68312B is #97CED4. Grayscale: #404040. Windows color (decimal): -9948885 or 2830696. OLE color: 2830696.

HSL color Cylindrical-coordinate representation of color #68312B: hue angle of 5.9º 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 #68312B is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1044943-
CMYK00.530.590.59
HSL5.9º41.5%28.82%-
HSV(B)5.9º58.65%40.78%-
XYZ7.245.312.93-
YUV64.76115.72155.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=53.06%
G=25%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104494300.530.590.595.941.528.82
Hex68312B0353B3B6291d
Octal1506153065737365135
Binary1101000110001101011011010111101111101111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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