Html Css Color HEX #61411F Dark Brown

📋 copy color: '#61411F'

red 97 ◦ green 65 ◦ blue 31

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

Shades of Dark Brown #61411F

Tints of Dark Brown #61411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.06%

R = 50.26%
G = 33.68%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61411F (or 0x61411F) is known color: Dark Brown. HEX triplet: 61, 41 and 1F. RGB value is (97,65,31). Sum of RGB (Red+Green+Blue) = 97+65+31=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61411F is #9EBEE0. Grayscale: #464646. Windows color (decimal): -10403553 or 2048353. OLE color: 2048353.

HSL color Cylindrical-coordinate representation of color #61411F: hue angle of 30.91º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61411F is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 65 31 -
CMYK 0 0.33 0.68 0.62
HSL 30.91º 0.52% 0.25% -
HSV(B) 30.91º 0.68% 0.38% -
XYZ 7.07 6.42 2.16 -
YUV 70.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 97 65 31 0 0.33 0.68 0.62 30.91 0.52 0.25
Hex 61 41 1F 0 21 44 3E 1F 34 19
Octal 141 101 37 0 41 104 76 37 64 31
Binary 1100001 1000001 11111 0 100001 1000100 111110 11111 110100 11001

Color Harmonies of #61411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61411F

Black with #61411F

Text Example


Text Example

White with #61411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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