Html Css Color HEX #614801 Raw Umber

📋 copy color: '#614801'

red 97 ◦ green 72 ◦ blue 1

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

Shades of Raw Umber #614801

Tints of Raw Umber #614801

RGB

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

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

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

R = 57.06%
G = 42.35%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#614801 (or 0x614801) is known color: Raw Umber. HEX triplet: 61, 48 and 01. RGB value is (97,72,1). Sum of RGB (Red+Green+Blue) = 97+72+1=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #614801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614801 is #9EB7FE. Grayscale: #474747. Windows color (decimal): -10401791 or 84065. OLE color: 84065.

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

Color convert

RGB 97 72 1 -
CMYK 0 0.26 0.99 0.62
HSL 44.38º 0.98% 0.19% -
HSV(B) 44.38º 0.99% 0.38% -
XYZ 7.25 7.18 1.03 -
YUV 71.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 97 72 1 0 0.26 0.99 0.62 44.38 0.98 0.19
Hex 61 48 1 0 1A 63 3E 2C 62 13
Octal 141 110 1 0 32 143 76 54 142 23
Binary 1100001 1001000 1 0 11010 1100011 111110 101100 1100010 10011

Color Harmonies of #614801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614801

Black with #614801

Text Example


Text Example

White with #614801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614801; }

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

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

background-color css

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

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

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

border-color css

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

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

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