Html Css Color HEX #61460D Raw Umber

📋 copy color: '#61460D'

red 97 ◦ green 70 ◦ blue 13

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

Shades of Raw Umber #61460D

Tints of Raw Umber #61460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.22%

R = 53.89%
G = 38.89%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61460D (or 0x61460D) is known color: Raw Umber. HEX triplet: 61, 46 and 0D. RGB value is (97,70,13). Sum of RGB (Red+Green+Blue) = 97+70+13=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61460D is #9EB9F2. Grayscale: #474747. Windows color (decimal): -10402291 or 869985. OLE color: 869985.

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

Color convert

RGB 97 70 13 -
CMYK 0 0.28 0.87 0.62
HSL 40.71º 0.76% 0.22% -
HSV(B) 40.71º 0.87% 0.38% -
XYZ 7.19 6.95 1.34 -
YUV 71.58 94.95 146.13 -
System Red Green Blue C M Y K H S L
Decimal 97 70 13 0 0.28 0.87 0.62 40.71 0.76 0.22
Hex 61 46 D 0 1C 57 3E 29 4C 16
Octal 141 106 15 0 34 127 76 51 114 26
Binary 1100001 1000110 1101 0 11100 1010111 111110 101001 1001100 10110

Color Harmonies of #61460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61460D

Black with #61460D

Text Example


Text Example

White with #61460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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