#684D0C

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

Shades of Raw Umber #684D0C

Tints of Raw Umber #684D0C

Color information

#684D0C (or 0x684D0C) is unknown color: approx Raw Umber. HEX triplet: 68, 4D and 0C. RGB value is (104,77,12). Sum of RGB (Red+Green+Blue) = 104+77+12=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #684D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #684D0C is #97B2F3. Grayscale: #4D4D4D. Windows color (decimal): -9941748 or 806248. OLE color: 806248.

HSL color Cylindrical-coordinate representation of color #684D0C: hue angle of 42.39º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #684D0C is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1047712-
CMYK00.260.880.59
HSL42.39º79.31%22.75%-
HSV(B)42.39º88.46%40.78%-
XYZ8.438.281.5-
YUV77.6690.95146.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.89%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=53.89%
G=39.90%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104771200.260.880.5942.3979.3122.75
Hex684DC01A583B2a4f17
Octal15011514032130735211727
Binary1101000100110111000110101011000111011101010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,77,12); }

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

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

 a { background-color: rgb(104,77,12); }

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

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

 span { border-color: rgb(104,77,12); }

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