Html Css Color HEX #625A01 Raw Umber

📋 copy color: '#625A01'

red 98 ◦ green 90 ◦ blue 1

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

Shades of Raw Umber #625A01

Tints of Raw Umber #625A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 51.85%
G = 47.62%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#625A01 (or 0x625A01) is known color: Raw Umber. HEX triplet: 62, 5A and 01. RGB value is (98,90,1). Sum of RGB (Red+Green+Blue) = 98+90+1=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #625A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A01 is #9DA5FE. Grayscale: #525252. Windows color (decimal): -10331647 or 88674. OLE color: 88674.

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

Color convert

RGB 98 90 1 -
CMYK 0 0.08 0.99 0.62
HSL 55.05º 0.98% 0.19% -
HSV(B) 55.05º 0.99% 0.38% -
XYZ 8.7 9.91 1.48 -
YUV 82.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 98 90 1 0 0.08 0.99 0.62 55.05 0.98 0.19
Hex 62 5A 1 0 8 63 3E 37 62 13
Octal 142 132 1 0 10 143 76 67 142 23
Binary 1100010 1011010 1 0 1000 1100011 111110 110111 1100010 10011

Color Harmonies of #625A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A01

Black with #625A01

Text Example


Text Example

White with #625A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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