#624000

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

Shades of Raw Umber #624000

Tints of Raw Umber #624000

Color information

#624000 (or 0x624000) is unknown color: approx Raw Umber. HEX triplet: 62, 40 and 00. RGB value is (98,64,0). Sum of RGB (Red+Green+Blue) = 98+64+0=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #624000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624000 is #9DBFFF. Grayscale: #434343. Windows color (decimal): -10338304 or 16482. OLE color: 16482.

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

Color convert

RGB98640-
CMYK00.3510.62
HSL39.18º100%19.22%-
HSV(B)39.18º100%38.43%-
XYZ6.876.260.85-
YUV66.8790.26150.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.49%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.49%
G=39.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9864000.3510.6239.1810019.22
Hex62400023643E276413
Octal1421000043144764714423
Binary11000101000000001000111100100111110100111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624000; }

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

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

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

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

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

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

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

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