Html Css Color HEX #61401A Dark Brown

📋 copy color: '#61401A'

red 97 ◦ green 64 ◦ blue 26

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

Shades of Dark Brown #61401A

Tints of Dark Brown #61401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.9%

R = 51.87%
G = 34.22%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61401A (or 0x61401A) is known color: Dark Brown. HEX triplet: 61, 40 and 1A. RGB value is (97,64,26). Sum of RGB (Red+Green+Blue) = 97+64+26=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #61401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61401A is #9EBFE5. Grayscale: #454545. Windows color (decimal): -10403814 or 1720417. OLE color: 1720417.

HSL color Cylindrical-coordinate representation of color #61401A: hue angle of 32.11º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61401A is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 64 26 -
CMYK 0 0.34 0.73 0.62
HSL 32.11º 0.58% 0.24% -
HSV(B) 32.11º 0.73% 0.38% -
XYZ 6.95 6.28 1.82 -
YUV 69.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 97 64 26 0 0.34 0.73 0.62 32.11 0.58 0.24
Hex 61 40 1A 0 22 49 3E 20 3A 18
Octal 141 100 32 0 42 111 76 40 72 30
Binary 1100001 1000000 11010 0 100010 1001001 111110 100000 111010 11000

Color Harmonies of #61401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61401A

Black with #61401A

Text Example


Text Example

White with #61401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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