Html Css Color HEX #61490E Raw Umber

📋 copy color: '#61490E'

red 97 ◦ green 73 ◦ blue 14

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

Shades of Raw Umber #61490E

Tints of Raw Umber #61490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.61%

R = 52.72%
G = 39.67%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#61490E (or 0x61490E) is known color: Raw Umber. HEX triplet: 61, 49 and 0E. RGB value is (97,73,14). Sum of RGB (Red+Green+Blue) = 97+73+14=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #61490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61490E is #9EB6F1. Grayscale: #494949. Windows color (decimal): -10401522 or 936289. OLE color: 936289.

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

Color convert

RGB 97 73 14 -
CMYK 0 0.25 0.86 0.62
HSL 42.65º 0.75% 0.22% -
HSV(B) 42.65º 0.86% 0.38% -
XYZ 7.39 7.34 1.44 -
YUV 73.45 94.45 144.8 -
System Red Green Blue C M Y K H S L
Decimal 97 73 14 0 0.25 0.86 0.62 42.65 0.75 0.22
Hex 61 49 E 0 19 56 3E 2B 4B 16
Octal 141 111 16 0 31 126 76 53 113 26
Binary 1100001 1001001 1110 0 11001 1010110 111110 101011 1001011 10110

Color Harmonies of #61490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61490E

Black with #61490E

Text Example


Text Example

White with #61490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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