#68500B

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

Shades of Raw Umber #68500B

Tints of Raw Umber #68500B

Color information

#68500B (or 0x68500B) is unknown color: approx Raw Umber. HEX triplet: 68, 50 and 0B. RGB value is (104,80,11). Sum of RGB (Red+Green+Blue) = 104+80+11=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #68500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68500B is #97AFF4. Grayscale: #4F4F4F. Windows color (decimal): -9940981 or 741480. OLE color: 741480.

HSL color Cylindrical-coordinate representation of color #68500B: hue angle of 44.52º 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 #68500B is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1048011-
CMYK00.230.890.59
HSL44.52º80.87%22.55%-
HSV(B)44.52º89.42%40.78%-
XYZ8.648.71.54-
YUV79.3189.45145.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 11 (4.69% from 255) = 5.64%
R=53.33%
G=41.03%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104801100.230.890.5944.5280.8722.55
Hex6850B017593B2d5117
Octal15012013027131735512127
Binary1101000101000010110101111011001111011101101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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