Html Css Color HEX #61460B Raw Umber

📋 copy color: '#61460B'

red 97 ◦ green 70 ◦ blue 11

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

Shades of Raw Umber #61460B

Tints of Raw Umber #61460B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.18%

R = 54.49%
G = 39.33%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#61460B (or 0x61460B) is known color: Raw Umber. HEX triplet: 61, 46 and 0B. RGB value is (97,70,11). Sum of RGB (Red+Green+Blue) = 97+70+11=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61460B is #9EB9F4. Grayscale: #474747. Windows color (decimal): -10402293 or 738913. OLE color: 738913.

HSL color Cylindrical-coordinate representation of color #61460B: hue angle of 41.16º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61460B is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 11 -
CMYK 0 0.28 0.89 0.62
HSL 41.16º 0.8% 0.21% -
HSV(B) 41.16º 0.89% 0.38% -
XYZ 7.18 6.95 1.28 -
YUV 71.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 97 70 11 0 0.28 0.89 0.62 41.16 0.8 0.21
Hex 61 46 B 0 1C 59 3E 29 50 15
Octal 141 106 13 0 34 131 76 51 120 25
Binary 1100001 1000110 1011 0 11100 1011001 111110 101001 1010000 10101

Color Harmonies of #61460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61460B

Black with #61460B

Text Example


Text Example

White with #61460B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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