Html Css Color HEX #614900 Raw Umber

📋 copy color: '#614900'

red 97 ◦ green 73 ◦ blue 0

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

Shades of Raw Umber #614900

Tints of Raw Umber #614900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.94%

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

R = 57.06%
G = 42.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#614900 (or 0x614900) is known color: Raw Umber. HEX triplet: 61, 49 and 00. RGB value is (97,73,0). Sum of RGB (Red+Green+Blue) = 97+73+0=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #614900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614900 is #9EB6FF. Grayscale: #484848. Windows color (decimal): -10401536 or 18785. OLE color: 18785.

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

Color convert

RGB 97 73 0 -
CMYK 0 0.25 1 0.62
HSL 45.15º 1% 0.19% -
HSV(B) 45.15º 1% 0.38% -
XYZ 7.31 7.31 1.02 -
YUV 71.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 97 73 0 0 0.25 1 0.62 45.15 1 0.19
Hex 61 49 0 0 19 64 3E 2D 64 13
Octal 141 111 0 0 31 144 76 55 144 23
Binary 1100001 1001001 0 0 11001 1100100 111110 101101 1100100 10011

Color Harmonies of #614900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614900

Black with #614900

Text Example


Text Example

White with #614900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614900; }

 p { color: rgb(97,73,0); }

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

background-color css

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

 a { background-color: rgb(97,73,0); }

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

border-color css

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

 span { border-color: rgb(97,73,0); }

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