#68302D

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

Shades of Kenyan Copper #68302D

Tints of Kenyan Copper #68302D

Color information

#68302D (or 0x68302D) is unknown color: approx Kenyan Copper. HEX triplet: 68, 30 and 2D. RGB value is (104,48,45). Sum of RGB (Red+Green+Blue) = 104+48+45=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68302D is #97CFD2. Grayscale: #404040. Windows color (decimal): -9949139 or 2961512. OLE color: 2961512.

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

Color convert

RGB1044845-
CMYK00.540.570.59
HSL3.05º39.6%29.22%-
HSV(B)3.05º56.73%40.78%-
XYZ7.245.253.11-
YUV64.4117.05156.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=52.79%
G=24.37%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104484500.540.570.593.0539.629.22
Hex68302D036393B3281d
Octal1506055066717335035
Binary110100011000010110101101101110011110111110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68302D; }

 p { color: rgb(104,48,45); }

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

<style>
 a { background-color: #68302D; }

 a { background-color: rgb(104,48,45); }

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

<style>
 span { border-color: #68302D; }

 span { border-color: rgb(104,48,45); }

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