Html Css Color HEX #61411A Dark Brown

📋 copy color: '#61411A'

red 97 ◦ green 65 ◦ blue 26

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

Shades of Dark Brown #61411A

Tints of Dark Brown #61411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

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

R = 51.6%
G = 34.57%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61411A (or 0x61411A) is known color: Dark Brown. HEX triplet: 61, 41 and 1A. RGB value is (97,65,26). Sum of RGB (Red+Green+Blue) = 97+65+26=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #61411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61411A is #9EBEE5. Grayscale: #464646. Windows color (decimal): -10403558 or 1720673. OLE color: 1720673.

HSL color Cylindrical-coordinate representation of color #61411A: hue angle of 32.96º 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 #61411A is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 65 26 -
CMYK 0 0.33 0.73 0.62
HSL 32.96º 0.58% 0.24% -
HSV(B) 32.96º 0.73% 0.38% -
XYZ 7.01 6.4 1.84 -
YUV 70.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 97 65 26 0 0.33 0.73 0.62 32.96 0.58 0.24
Hex 61 41 1A 0 21 49 3E 21 3A 18
Octal 141 101 32 0 41 111 76 41 72 30
Binary 1100001 1000001 11010 0 100001 1001001 111110 100001 111010 11000

Color Harmonies of #61411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61411A

Black with #61411A

Text Example


Text Example

White with #61411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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