Html Css Color HEX #61470C Raw Umber

📋 copy color: '#61470C'

red 97 ◦ green 71 ◦ blue 12

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

Shades of Raw Umber #61470C

Tints of Raw Umber #61470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.44%

 BLUE value IS 12 (5.08% from 255) = 6.67%

R = 53.89%
G = 39.44%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61470C (or 0x61470C) is known color: Raw Umber. HEX triplet: 61, 47 and 0C. RGB value is (97,71,12). Sum of RGB (Red+Green+Blue) = 97+71+12=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61470C is #9EB8F3. Grayscale: #484848. Windows color (decimal): -10402036 or 804705. OLE color: 804705.

HSL color Cylindrical-coordinate representation of color #61470C: hue angle of 41.65º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61470C is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 12 -
CMYK 0 0.27 0.88 0.62
HSL 41.65º 0.78% 0.21% -
HSV(B) 41.65º 0.88% 0.38% -
XYZ 7.25 7.07 1.33 -
YUV 72.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 97 71 12 0 0.27 0.88 0.62 41.65 0.78 0.21
Hex 61 47 C 0 1B 58 3E 2A 4E 15
Octal 141 107 14 0 33 130 76 52 116 25
Binary 1100001 1000111 1100 0 11011 1011000 111110 101010 1001110 10101

Color Harmonies of #61470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61470C

Black with #61470C

Text Example


Text Example

White with #61470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61470C; }

 p { color: rgb(97,71,12); }

 H1.HeaderClassName
 {
   color: #61470C;
 }
 .AnyTagClassName
 {
   color: #61470C;
 }
</style>

background-color css

<style>
 a { background-color: #61470C; }

 a { background-color: rgb(97,71,12); }

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

border-color css

<style>
 span { border-color: #61470C; }

 span { border-color: rgb(97,71,12); }

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