Html Css Color HEX #61411E Dark Brown

📋 copy color: '#61411E'

red 97 ◦ green 65 ◦ blue 30

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

Shades of Dark Brown #61411E

Tints of Dark Brown #61411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.63%

R = 50.52%
G = 33.85%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#61411E (or 0x61411E) is known color: Dark Brown. HEX triplet: 61, 41 and 1E. RGB value is (97,65,30). Sum of RGB (Red+Green+Blue) = 97+65+30=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61411E is #9EBEE1. Grayscale: #464646. Windows color (decimal): -10403554 or 1982817. OLE color: 1982817.

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

Color convert

RGB 97 65 30 -
CMYK 0 0.33 0.69 0.62
HSL 31.34º 0.53% 0.25% -
HSV(B) 31.34º 0.69% 0.38% -
XYZ 7.05 6.42 2.09 -
YUV 70.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 97 65 30 0 0.33 0.69 0.62 31.34 0.53 0.25
Hex 61 41 1E 0 21 45 3E 1F 35 19
Octal 141 101 36 0 41 105 76 37 65 31
Binary 1100001 1000001 11110 0 100001 1000101 111110 11111 110101 11001

Color Harmonies of #61411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61411E

Black with #61411E

Text Example


Text Example

White with #61411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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