Html Css Color HEX #614906 Raw Umber

📋 copy color: '#614906'

red 97 ◦ green 73 ◦ blue 6

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

Shades of Raw Umber #614906

Tints of Raw Umber #614906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.41%

R = 55.11%
G = 41.48%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#614906 (or 0x614906) is known color: Raw Umber. HEX triplet: 61, 49 and 06. RGB value is (97,73,6). Sum of RGB (Red+Green+Blue) = 97+73+6=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #614906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614906 is #9EB6F9. Grayscale: #484848. Windows color (decimal): -10401530 or 412001. OLE color: 412001.

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

Color convert

RGB 97 73 6 -
CMYK 0 0.25 0.94 0.62
HSL 44.18º 0.88% 0.2% -
HSV(B) 44.18º 0.94% 0.38% -
XYZ 7.35 7.32 1.2 -
YUV 72.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 97 73 6 0 0.25 0.94 0.62 44.18 0.88 0.2
Hex 61 49 6 0 19 5E 3E 2C 58 14
Octal 141 111 6 0 31 136 76 54 130 24
Binary 1100001 1001001 110 0 11001 1011110 111110 101100 1011000 10100

Color Harmonies of #614906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614906

Black with #614906

Text Example


Text Example

White with #614906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614906; }

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

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

background-color css

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

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

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

border-color css

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

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

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