Html Css Color HEX #625602 Raw Umber

📋 copy color: '#625602'

red 98 ◦ green 86 ◦ blue 2

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

Shades of Raw Umber #625602

Tints of Raw Umber #625602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.24%

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 52.69%
G = 46.24%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#625602 (or 0x625602) is known color: Raw Umber. HEX triplet: 62, 56 and 02. RGB value is (98,86,2). Sum of RGB (Red+Green+Blue) = 98+86+2=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #625602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625602 is #9DA9FD. Grayscale: #505050. Windows color (decimal): -10332670 or 153186. OLE color: 153186.

HSL color Cylindrical-coordinate representation of color #625602: hue angle of 52.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #625602 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 86 2 -
CMYK 0 0.12 0.98 0.62
HSL 52.5º 0.96% 0.2% -
HSV(B) 52.5º 0.98% 0.38% -
XYZ 8.38 9.26 1.4 -
YUV 80.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 98 86 2 0 0.12 0.98 0.62 52.5 0.96 0.2
Hex 62 56 2 0 C 62 3E 34 60 14
Octal 142 126 2 0 14 142 76 64 140 24
Binary 1100010 1010110 10 0 1100 1100010 111110 110100 1100000 10100

Color Harmonies of #625602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625602

Black with #625602

Text Example


Text Example

White with #625602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625602; }

 p { color: rgb(98,86,2); }

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

background-color css

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

 a { background-color: rgb(98,86,2); }

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

border-color css

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

 span { border-color: rgb(98,86,2); }

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