#68490B

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

Shades of Raw Umber #68490B

Tints of Raw Umber #68490B

Color information

#68490B (or 0x68490B) is unknown color: approx Raw Umber. HEX triplet: 68, 49 and 0B. RGB value is (104,73,11). Sum of RGB (Red+Green+Blue) = 104+73+11=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68490B is #97B6F4. Grayscale: #4B4B4B. Windows color (decimal): -9942773 or 739688. OLE color: 739688.

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

Color convert

RGB1047311-
CMYK00.300.890.59
HSL40º80.87%22.55%-
HSV(B)40º89.42%40.78%-
XYZ8.157.731.38-
YUV75.291.77148.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=55.32%
G=38.83%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104731100.300.890.594080.8722.55
Hex6849B01E593B285117
Octal15011113036131735012127
Binary1101000100100110110111101011001111011101000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68490B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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