Html Css Color HEX #625A00 Raw Umber

📋 copy color: '#625A00'

red 98 ◦ green 90 ◦ blue 0

#625A00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #625A00

Tints of Raw Umber #625A00

RGB

 RED value IS 98 (38.67% from 255) = 52.13%

 GREEN value IS 90 (35.55% from 255) = 47.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.13%
G = 47.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#625A00 (or 0x625A00) is known color: Raw Umber. HEX triplet: 62, 5A and 00. RGB value is (98,90,0). Sum of RGB (Red+Green+Blue) = 98+90+0=188 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.13% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 98 - color contains mainly: red. Hex color #625A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A00 is #9DA5FF. Grayscale: #525252. Windows color (decimal): -10331648 or 23138. OLE color: 23138.

HSL color Cylindrical-coordinate representation of color #625A00: hue angle of 55.1º 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 #625A00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 90 0 -
CMYK 0 0.08 1 0.62
HSL 55.1º 1% 0.19% -
HSV(B) 55.1º 1% 0.38% -
XYZ 8.69 9.91 1.45 -
YUV 82.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 98 90 0 0 0.08 1 0.62 55.1 1 0.19
Hex 62 5A 0 0 8 64 3E 37 64 13
Octal 142 132 0 0 10 144 76 67 144 23
Binary 1100010 1011010 0 0 1000 1100100 111110 110111 1100100 10011

Color Harmonies of #625A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A00

Black with #625A00

Text Example


Text Example

White with #625A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625A00; }

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

 H1.HeaderClassName
 {
   color: #625A00;
 }
 .AnyTagClassName
 {
   color: #625A00;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #625A00;
 }
 .BgClassName
 {
   background-color: #625A00;
 }
</style>

border-color css

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

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

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