#624A0E

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

Shades of Raw Umber #624A0E

Tints of Raw Umber #624A0E

Color information

#624A0E (or 0x624A0E) is unknown color: approx Raw Umber. HEX triplet: 62, 4A and 0E. RGB value is (98,74,14). Sum of RGB (Red+Green+Blue) = 98+74+14=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #624A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624A0E is #9DB5F1. Grayscale: #4A4A4A. Windows color (decimal): -10335730 or 936546. OLE color: 936546.

HSL color Cylindrical-coordinate representation of color #624A0E: hue angle of 42.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #624A0E is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB987414-
CMYK00.240.860.62
HSL42.86º75%21.96%-
HSV(B)42.86º85.71%38.43%-
XYZ7.577.531.47-
YUV74.3493.95144.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.69%
GREEN value IS 74 (29.30% from 255) = 39.78%
BLUE value IS 14 (5.86% from 255) = 7.53%
R=52.69%
G=39.78%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98741400.240.860.6242.867521.96
Hex624AE018563E2b4b16
Octal14211216030126765311326
Binary1100010100101011100110001010110111110101011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624A0E; }

 p { color: rgb(98,74,14); }

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

<style>
 a { background-color: #624A0E; }

 a { background-color: rgb(98,74,14); }

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

<style>
 span { border-color: #624A0E; }

 span { border-color: rgb(98,74,14); }

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