#62420E

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

Shades of Raw Umber #62420E

Tints of Raw Umber #62420E

Color information

#62420E (or 0x62420E) is unknown color: approx Raw Umber. HEX triplet: 62, 42 and 0E. RGB value is (98,66,14). Sum of RGB (Red+Green+Blue) = 98+66+14=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62420E is #9DBDF1. Grayscale: #454545. Windows color (decimal): -10337778 or 934498. OLE color: 934498.

HSL color Cylindrical-coordinate representation of color #62420E: hue angle of 37.14º 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 #62420E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB986614-
CMYK00.330.860.62
HSL37.14º75%21.96%-
HSV(B)37.14º85.71%38.43%-
XYZ7.066.521.3-
YUV69.6496.6148.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.06%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 14 (5.86% from 255) = 7.87%
R=55.06%
G=37.08%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98661400.330.860.6237.147521.96
Hex6242E021563E254b16
Octal14210216041126764511326
Binary11000101000010111001000011010110111110100101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62420E; }

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

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

<style>
 a { background-color: #62420E; }

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

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

<style>
 span { border-color: #62420E; }

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

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