Html Css Color HEX #614911 Raw Umber

📋 copy color: '#614911'

red 97 ◦ green 73 ◦ blue 17

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

Shades of Raw Umber #614911

Tints of Raw Umber #614911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.09%

R = 51.87%
G = 39.04%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#614911 (or 0x614911) is known color: Raw Umber. HEX triplet: 61, 49 and 11. RGB value is (97,73,17). Sum of RGB (Red+Green+Blue) = 97+73+17=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #614911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614911 is #9EB6EE. Grayscale: #4A4A4A. Windows color (decimal): -10401519 or 1132897. OLE color: 1132897.

HSL color Cylindrical-coordinate representation of color #614911: hue angle of 42º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #614911 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 17 -
CMYK 0 0.25 0.82 0.62
HSL 42º 0.7% 0.22% -
HSV(B) 42º 0.82% 0.38% -
XYZ 7.41 7.35 1.56 -
YUV 73.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 97 73 17 0 0.25 0.82 0.62 42 0.7 0.22
Hex 61 49 11 0 19 52 3E 2A 46 16
Octal 141 111 21 0 31 122 76 52 106 26
Binary 1100001 1001001 10001 0 11001 1010010 111110 101010 1000110 10110

Color Harmonies of #614911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614911

Black with #614911

Text Example


Text Example

White with #614911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614911; }

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

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

background-color css

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

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

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

border-color css

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

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

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