Html Css Color HEX #625001 Raw Umber

📋 copy color: '#625001'

red 98 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #625001

Tints of Raw Umber #625001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.69%

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

R = 54.75%
G = 44.69%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#625001 (or 0x625001) is known color: Raw Umber. HEX triplet: 62, 50 and 01. RGB value is (98,80,1). Sum of RGB (Red+Green+Blue) = 98+80+1=179 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.75% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 98 - color contains mainly: red. Hex color #625001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625001 is #9DAFFE. Grayscale: #4C4C4C. Windows color (decimal): -10334207 or 86114. OLE color: 86114.

HSL color Cylindrical-coordinate representation of color #625001: hue angle of 48.87º 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 #625001 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 80 1 -
CMYK 0 0.18 0.99 0.62
HSL 48.87º 0.98% 0.19% -
HSV(B) 48.87º 0.99% 0.38% -
XYZ 7.91 8.34 1.22 -
YUV 76.38 85.46 143.42 -
System Red Green Blue C M Y K H S L
Decimal 98 80 1 0 0.18 0.99 0.62 48.87 0.98 0.19
Hex 62 50 1 0 12 63 3E 31 62 13
Octal 142 120 1 0 22 143 76 61 142 23
Binary 1100010 1010000 1 0 10010 1100011 111110 110001 1100010 10011

Color Harmonies of #625001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625001

Black with #625001

Text Example


Text Example

White with #625001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625001; }

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

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

background-color css

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

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

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

border-color css

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

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

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