#684C0B

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

Shades of Raw Umber #684C0B

Tints of Raw Umber #684C0B

Color information

#684C0B (or 0x684C0B) is unknown color: approx Raw Umber. HEX triplet: 68, 4C and 0B. RGB value is (104,76,11). Sum of RGB (Red+Green+Blue) = 104+76+11=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #684C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684C0B is #97B3F4. Grayscale: #4D4D4D. Windows color (decimal): -9942005 or 740456. OLE color: 740456.

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

Color convert

RGB1047611-
CMYK00.270.890.59
HSL41.94º80.87%22.55%-
HSV(B)41.94º89.42%40.78%-
XYZ8.358.141.45-
YUV76.9690.78147.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 76 (30.08% from 255) = 39.79%
BLUE value IS 11 (4.69% from 255) = 5.76%
R=54.45%
G=39.79%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104761100.270.890.5941.9480.8722.55
Hex684CB01B593B2a5117
Octal15011413033131735212127
Binary1101000100110010110110111011001111011101010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684C0B; }

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

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

<style>
 a { background-color: #684C0B; }

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

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

<style>
 span { border-color: #684C0B; }

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

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