#68352E

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

Shades of Kenyan Copper #68352E

Tints of Kenyan Copper #68352E

Color information

#68352E (or 0x68352E) is unknown color: approx Kenyan Copper. HEX triplet: 68, 35 and 2E. RGB value is (104,53,46). Sum of RGB (Red+Green+Blue) = 104+53+46=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68352E is #97CAD1. Grayscale: #434343. Windows color (decimal): -9947858 or 3028328. OLE color: 3028328.

HSL color Cylindrical-coordinate representation of color #68352E: hue angle of 7.24º 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 #68352E is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1045346-
CMYK00.490.560.59
HSL7.24º38.67%29.41%-
HSV(B)7.24º55.77%40.78%-
XYZ7.485.693.29-
YUV67.45115.9154.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 53 (21.09% from 255) = 26.11%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=51.23%
G=26.11%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104534600.490.560.597.2438.6729.41
Hex68352E031383B7271d
Octal1506556061707374735
Binary1101000110101101110011000111100011101111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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