Html Css Color HEX #614802 Raw Umber

📋 copy color: '#614802'

red 97 ◦ green 72 ◦ blue 2

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

Shades of Raw Umber #614802

Tints of Raw Umber #614802

RGB

 RED value IS 97 (38.28% from 255) = 56.73%

 GREEN value IS 72 (28.52% from 255) = 42.11%

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

R = 56.73%
G = 42.11%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#614802 (or 0x614802) is known color: Raw Umber. HEX triplet: 61, 48 and 02. RGB value is (97,72,2). Sum of RGB (Red+Green+Blue) = 97+72+2=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #614802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614802 is #9EB7FD. Grayscale: #474747. Windows color (decimal): -10401790 or 149601. OLE color: 149601.

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

Color convert

RGB 97 72 2 -
CMYK 0 0.26 0.98 0.62
HSL 44.21º 0.96% 0.19% -
HSV(B) 44.21º 0.98% 0.38% -
XYZ 7.26 7.18 1.06 -
YUV 71.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 97 72 2 0 0.26 0.98 0.62 44.21 0.96 0.19
Hex 61 48 2 0 1A 62 3E 2C 60 13
Octal 141 110 2 0 32 142 76 54 140 23
Binary 1100001 1001000 10 0 11010 1100010 111110 101100 1100000 10011

Color Harmonies of #614802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614802

Black with #614802

Text Example


Text Example

White with #614802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614802; }

 p { color: rgb(97,72,2); }

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

background-color css

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

 a { background-color: rgb(97,72,2); }

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

border-color css

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

 span { border-color: rgb(97,72,2); }

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