#68302C

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

Shades of Kenyan Copper #68302C

Tints of Kenyan Copper #68302C

Color information

#68302C (or 0x68302C) is unknown color: approx Kenyan Copper. HEX triplet: 68, 30 and 2C. RGB value is (104,48,44). Sum of RGB (Red+Green+Blue) = 104+48+44=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68302C is #97CFD3. Grayscale: #404040. Windows color (decimal): -9949140 or 2895976. OLE color: 2895976.

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

Color convert

RGB1044844-
CMYK00.540.580.59
HSL40.54%29.02%-
HSV(B)57.69%40.78%-
XYZ7.225.243.01-
YUV64.29116.55156.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=53.06%
G=24.49%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104484400.540.580.59440.5429.02
Hex68302C0363A3B4291d
Octal1506054066727345135
Binary1101000110000101100011011011101011101110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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