#68322E

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

Shades of Kenyan Copper #68322E

Tints of Kenyan Copper #68322E

Color information

#68322E (or 0x68322E) is unknown color: approx Kenyan Copper. HEX triplet: 68, 32 and 2E. RGB value is (104,50,46). Sum of RGB (Red+Green+Blue) = 104+50+46=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68322E is #97CDD1. Grayscale: #414141. Windows color (decimal): -9948626 or 3027560. OLE color: 3027560.

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

Color convert

RGB1045046-
CMYK00.520.560.59
HSL4.14º38.67%29.41%-
HSV(B)4.14º55.77%40.78%-
XYZ7.345.423.24-
YUV65.69116.89155.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 46 (18.36% from 255) = 23%
R=52%
G=25%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104504600.520.560.594.1438.6729.41
Hex68322E034383B4271d
Octal1506256064707344735
Binary1101000110010101110011010011100011101110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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