Html Css Color HEX #625500 Raw Umber

📋 copy color: '#625500'

red 98 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #625500

Tints of Raw Umber #625500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

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

R = 53.55%
G = 46.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#625500 (or 0x625500) is known color: Raw Umber. HEX triplet: 62, 55 and 00. RGB value is (98,85,0). Sum of RGB (Red+Green+Blue) = 98+85+0=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #625500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625500 is #9DAAFF. Grayscale: #4F4F4F. Windows color (decimal): -10332928 or 21858. OLE color: 21858.

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

Color convert

RGB 98 85 0 -
CMYK 0 0.13 1 0.62
HSL 52.04º 1% 0.19% -
HSV(B) 52.04º 1% 0.38% -
XYZ 8.29 9.09 1.32 -
YUV 79.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 98 85 0 0 0.13 1 0.62 52.04 1 0.19
Hex 62 55 0 0 D 64 3E 34 64 13
Octal 142 125 0 0 15 144 76 64 144 23
Binary 1100010 1010101 0 0 1101 1100100 111110 110100 1100100 10011

Color Harmonies of #625500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625500

Black with #625500

Text Example


Text Example

White with #625500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625500; }

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

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

background-color css

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

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

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

border-color css

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

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

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