#684B0C

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

Shades of Raw Umber #684B0C

Tints of Raw Umber #684B0C

Color information

#684B0C (or 0x684B0C) is unknown color: approx Raw Umber. HEX triplet: 68, 4B and 0C. RGB value is (104,75,12). Sum of RGB (Red+Green+Blue) = 104+75+12=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #684B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684B0C is #97B4F3. Grayscale: #4C4C4C. Windows color (decimal): -9942260 or 805736. OLE color: 805736.

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

Color convert

RGB1047512-
CMYK00.280.880.59
HSL41.09º79.31%22.75%-
HSV(B)41.09º88.46%40.78%-
XYZ8.2981.46-
YUV76.4991.61147.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 75 (29.69% from 255) = 39.27%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=54.45%
G=39.27%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104751200.280.880.5941.0979.3122.75
Hex684BC01C583B294f17
Octal15011314034130735111727
Binary1101000100101111000111001011000111011101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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