Html Css Color HEX #614806 Raw Umber

📋 copy color: '#614806'

red 97 ◦ green 72 ◦ blue 6

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

Shades of Raw Umber #614806

Tints of Raw Umber #614806

RGB

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

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

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

R = 55.43%
G = 41.14%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#614806 (or 0x614806) is known color: Raw Umber. HEX triplet: 61, 48 and 06. RGB value is (97,72,6). Sum of RGB (Red+Green+Blue) = 97+72+6=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #614806 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614806 is #9EB7F9. Grayscale: #484848. Windows color (decimal): -10401786 or 411745. OLE color: 411745.

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

Color convert

RGB 97 72 6 -
CMYK 0 0.26 0.94 0.62
HSL 43.52º 0.88% 0.2% -
HSV(B) 43.52º 0.94% 0.38% -
XYZ 7.28 7.19 1.18 -
YUV 71.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 97 72 6 0 0.26 0.94 0.62 43.52 0.88 0.2
Hex 61 48 6 0 1A 5E 3E 2C 58 14
Octal 141 110 6 0 32 136 76 54 130 24
Binary 1100001 1001000 110 0 11010 1011110 111110 101100 1011000 10100

Color Harmonies of #614806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614806

Black with #614806

Text Example


Text Example

White with #614806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614806; }

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

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

background-color css

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

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

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

border-color css

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

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

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