Html Css Color HEX #61400A Raw Umber

📋 copy color: '#61400A'

red 97 ◦ green 64 ◦ blue 10

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

Shades of Raw Umber #61400A

Tints of Raw Umber #61400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.85%

R = 56.73%
G = 37.43%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#61400A (or 0x61400A) is known color: Raw Umber. HEX triplet: 61, 40 and 0A. RGB value is (97,64,10). Sum of RGB (Red+Green+Blue) = 97+64+10=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #61400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61400A is #9EBFF5. Grayscale: #434343. Windows color (decimal): -10403830 or 671841. OLE color: 671841.

HSL color Cylindrical-coordinate representation of color #61400A: hue angle of 37.24º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61400A is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 64 10 -
CMYK 0 0.34 0.90 0.62
HSL 37.24º 0.81% 0.21% -
HSV(B) 37.24º 0.9% 0.38% -
XYZ 6.82 6.23 1.13 -
YUV 67.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 97 64 10 0 0.34 0.90 0.62 37.24 0.81 0.21
Hex 61 40 A 0 22 5A 3E 25 51 15
Octal 141 100 12 0 42 132 76 45 121 25
Binary 1100001 1000000 1010 0 100010 1011010 111110 100101 1010001 10101

Color Harmonies of #61400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61400A

Black with #61400A

Text Example


Text Example

White with #61400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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