#684A0A

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

Shades of Raw Umber #684A0A

Tints of Raw Umber #684A0A

Color information

#684A0A (or 0x684A0A) is unknown color: approx Raw Umber. HEX triplet: 68, 4A and 0A. RGB value is (104,74,10). Sum of RGB (Red+Green+Blue) = 104+74+10=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #684A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684A0A is #97B5F5. Grayscale: #4B4B4B. Windows color (decimal): -9942518 or 674408. OLE color: 674408.

HSL color Cylindrical-coordinate representation of color #684A0A: hue angle of 40.85º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #684A0A is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1047410-
CMYK00.290.900.59
HSL40.85º82.46%22.35%-
HSV(B)40.85º90.38%40.78%-
XYZ8.217.861.37-
YUV75.6790.94148.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 74 (29.30% from 255) = 39.36%
BLUE value IS 10 (4.30% from 255) = 5.32%
R=55.32%
G=39.36%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104741000.290.900.5940.8582.4622.35
Hex684AA01D5A3B295216
Octal15011212035132735112226
Binary1101000100101010100111011011010111011101001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,74,10); }

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

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

 a { background-color: rgb(104,74,10); }

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

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

 span { border-color: rgb(104,74,10); }

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