Html Css Color HEX #61460E Raw Umber

📋 copy color: '#61460E'

red 97 ◦ green 70 ◦ blue 14

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

Shades of Raw Umber #61460E

Tints of Raw Umber #61460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

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

R = 53.59%
G = 38.67%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#61460E (or 0x61460E) is known color: Raw Umber. HEX triplet: 61, 46 and 0E. RGB value is (97,70,14). Sum of RGB (Red+Green+Blue) = 97+70+14=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61460E is #9EB9F1. Grayscale: #474747. Windows color (decimal): -10402290 or 935521. OLE color: 935521.

HSL color Cylindrical-coordinate representation of color #61460E: hue angle of 40.48º 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 #61460E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 14 -
CMYK 0 0.28 0.86 0.62
HSL 40.48º 0.75% 0.22% -
HSV(B) 40.48º 0.86% 0.38% -
XYZ 7.2 6.95 1.38 -
YUV 71.69 95.45 146.05 -
System Red Green Blue C M Y K H S L
Decimal 97 70 14 0 0.28 0.86 0.62 40.48 0.75 0.22
Hex 61 46 E 0 1C 56 3E 28 4B 16
Octal 141 106 16 0 34 126 76 50 113 26
Binary 1100001 1000110 1110 0 11100 1010110 111110 101000 1001011 10110

Color Harmonies of #61460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61460E

Black with #61460E

Text Example


Text Example

White with #61460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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