Html Css Color HEX #614910 Raw Umber

📋 copy color: '#614910'

red 97 ◦ green 73 ◦ blue 16

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

Shades of Raw Umber #614910

Tints of Raw Umber #614910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.6%

R = 52.15%
G = 39.25%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#614910 (or 0x614910) is known color: Raw Umber. HEX triplet: 61, 49 and 10. RGB value is (97,73,16). Sum of RGB (Red+Green+Blue) = 97+73+16=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #614910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614910 is #9EB6EF. Grayscale: #494949. Windows color (decimal): -10401520 or 1067361. OLE color: 1067361.

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

Color convert

RGB 97 73 16 -
CMYK 0 0.25 0.84 0.62
HSL 42.22º 0.72% 0.22% -
HSV(B) 42.22º 0.84% 0.38% -
XYZ 7.41 7.34 1.52 -
YUV 73.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 97 73 16 0 0.25 0.84 0.62 42.22 0.72 0.22
Hex 61 49 10 0 19 54 3E 2A 48 16
Octal 141 111 20 0 31 124 76 52 110 26
Binary 1100001 1001001 10000 0 11001 1010100 111110 101010 1001000 10110

Color Harmonies of #614910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614910

Black with #614910

Text Example


Text Example

White with #614910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614910; }

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

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

background-color css

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

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

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

border-color css

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

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

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