#68382C

Color #68382C Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #68382C

Tints of Hairy Heath #68382C

Color information

#68382C (or 0x68382C) is unknown color: approx Hairy Heath. HEX triplet: 68, 38 and 2C. RGB value is (104,56,44). Sum of RGB (Red+Green+Blue) = 104+56+44=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68382C is #97C7D3. Grayscale: #454545. Windows color (decimal): -9947092 or 2898024. OLE color: 2898024.

HSL color Cylindrical-coordinate representation of color #68382C: hue angle of 12º 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 #68382C is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1045644-
CMYK00.460.580.59
HSL12º40.54%29.02%-
HSV(B)12º57.69%40.78%-
XYZ7.585.953.13-
YUV68.98113.9152.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=50.98%
G=27.45%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104564400.460.580.591240.5429.02
Hex68382C02E3A3Bc291d
Octal15070540567273145135
Binary11010001110001011000101110111010111011110010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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