Html Css Color HEX #61490F Raw Umber

📋 copy color: '#61490F'

red 97 ◦ green 73 ◦ blue 15

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

Shades of Raw Umber #61490F

Tints of Raw Umber #61490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 52.43%
G = 39.46%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61490F (or 0x61490F) is known color: Raw Umber. HEX triplet: 61, 49 and 0F. RGB value is (97,73,15). Sum of RGB (Red+Green+Blue) = 97+73+15=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #61490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61490F is #9EB6F0. Grayscale: #494949. Windows color (decimal): -10401521 or 1001825. OLE color: 1001825.

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

Color convert

RGB 97 73 15 -
CMYK 0 0.25 0.85 0.62
HSL 42.44º 0.73% 0.22% -
HSV(B) 42.44º 0.85% 0.38% -
XYZ 7.4 7.34 1.48 -
YUV 73.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 97 73 15 0 0.25 0.85 0.62 42.44 0.73 0.22
Hex 61 49 F 0 19 55 3E 2A 49 16
Octal 141 111 17 0 31 125 76 52 111 26
Binary 1100001 1001001 1111 0 11001 1010101 111110 101010 1001001 10110

Color Harmonies of #61490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61490F

Black with #61490F

Text Example


Text Example

White with #61490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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