Html Css Color HEX #61460F Raw Umber

📋 copy color: '#61460F'

red 97 ◦ green 70 ◦ blue 15

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

Shades of Raw Umber #61460F

Tints of Raw Umber #61460F

RGB

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

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

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

R = 53.3%
G = 38.46%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61460F (or 0x61460F) is known color: Raw Umber. HEX triplet: 61, 46 and 0F. RGB value is (97,70,15). Sum of RGB (Red+Green+Blue) = 97+70+15=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #61460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61460F is #9EB9F0. Grayscale: #484848. Windows color (decimal): -10402289 or 1001057. OLE color: 1001057.

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

Color convert

RGB 97 70 15 -
CMYK 0 0.28 0.85 0.62
HSL 40.24º 0.73% 0.22% -
HSV(B) 40.24º 0.85% 0.38% -
XYZ 7.21 6.96 1.41 -
YUV 71.8 95.95 145.97 -
System Red Green Blue C M Y K H S L
Decimal 97 70 15 0 0.28 0.85 0.62 40.24 0.73 0.22
Hex 61 46 F 0 1C 55 3E 28 49 16
Octal 141 106 17 0 34 125 76 50 111 26
Binary 1100001 1000110 1111 0 11100 1010101 111110 101000 1001001 10110

Color Harmonies of #61460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61460F

Black with #61460F

Text Example


Text Example

White with #61460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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