#68550B

Color #68550B Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #68550B

Tints of Raw Umber #68550B

Color information

#68550B (or 0x68550B) is unknown color: approx Raw Umber. HEX triplet: 68, 55 and 0B. RGB value is (104,85,11). Sum of RGB (Red+Green+Blue) = 104+85+11=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68550B is #97AAF4. Grayscale: #525252. Windows color (decimal): -9939701 or 742760. OLE color: 742760.

HSL color Cylindrical-coordinate representation of color #68550B: hue angle of 47.74º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68550B is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1048511-
CMYK00.180.890.59
HSL47.74º80.87%22.55%-
HSV(B)47.74º89.42%40.78%-
XYZ9.029.461.67-
YUV82.2487.79143.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=52%
G=42.5%
B=5.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104851100.180.890.5947.7480.8722.55
Hex6855B012593B305117
Octal15012513022131736012127
Binary1101000101010110110100101011001111011110000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68550B; }

 p { color: rgb(104,85,11); }

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

<style>
 a { background-color: #68550B; }

 a { background-color: rgb(104,85,11); }

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

<style>
 span { border-color: #68550B; }

 span { border-color: rgb(104,85,11); }

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