#62400F

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

Shades of Raw Umber #62400F

Tints of Raw Umber #62400F

Color information

#62400F (or 0x62400F) is unknown color: approx Raw Umber. HEX triplet: 62, 40 and 0F. RGB value is (98,64,15). Sum of RGB (Red+Green+Blue) = 98+64+15=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #62400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62400F is #9DBFF0. Grayscale: #444444. Windows color (decimal): -10338289 or 999522. OLE color: 999522.

HSL color Cylindrical-coordinate representation of color #62400F: hue angle of 35.42º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62400F is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB986415-
CMYK00.350.850.62
HSL35.42º73.45%22.16%-
HSV(B)35.42º84.69%38.43%-
XYZ6.966.31.3-
YUV68.5897.76148.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.37%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=55.37%
G=36.16%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98641500.350.850.6235.4273.4522.16
Hex6240F023553E234916
Octal14210017043125764311126
Binary11000101000000111101000111010101111110100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62400F; }

 p { color: rgb(98,64,15); }

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

<style>
 a { background-color: #62400F; }

 a { background-color: rgb(98,64,15); }

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

<style>
 span { border-color: #62400F; }

 span { border-color: rgb(98,64,15); }

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