Html Css Color HEX #61400C Raw Umber

📋 copy color: '#61400C'

red 97 ◦ green 64 ◦ blue 12

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

Shades of Raw Umber #61400C

Tints of Raw Umber #61400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.99%

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

R = 56.07%
G = 36.99%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61400C (or 0x61400C) is known color: Raw Umber. HEX triplet: 61, 40 and 0C. RGB value is (97,64,12). Sum of RGB (Red+Green+Blue) = 97+64+12=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61400C is #9EBFF3. Grayscale: #444444. Windows color (decimal): -10403828 or 802913. OLE color: 802913.

HSL color Cylindrical-coordinate representation of color #61400C: hue angle of 36.71º 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 #61400C is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 64 12 -
CMYK 0 0.34 0.88 0.62
HSL 36.71º 0.78% 0.21% -
HSV(B) 36.71º 0.88% 0.38% -
XYZ 6.83 6.23 1.19 -
YUV 67.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 97 64 12 0 0.34 0.88 0.62 36.71 0.78 0.21
Hex 61 40 C 0 22 58 3E 25 4E 15
Octal 141 100 14 0 42 130 76 45 116 25
Binary 1100001 1000000 1100 0 100010 1011000 111110 100101 1001110 10101

Color Harmonies of #61400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61400C

Black with #61400C

Text Example


Text Example

White with #61400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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