Html Css Color HEX #61441B Dark Brown

📋 copy color: '#61441B'

red 97 ◦ green 68 ◦ blue 27

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

Shades of Dark Brown #61441B

Tints of Dark Brown #61441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 50.52%
G = 35.42%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61441B (or 0x61441B) is known color: Dark Brown. HEX triplet: 61, 44 and 1B. RGB value is (97,68,27). Sum of RGB (Red+Green+Blue) = 97+68+27=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61441B is #9EBBE4. Grayscale: #484848. Windows color (decimal): -10402789 or 1786977. OLE color: 1786977.

HSL color Cylindrical-coordinate representation of color #61441B: hue angle of 35.14º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61441B is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 27 -
CMYK 0 0.30 0.72 0.62
HSL 35.14º 0.56% 0.24% -
HSV(B) 35.14º 0.72% 0.38% -
XYZ 7.19 6.75 1.96 -
YUV 72 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 97 68 27 0 0.30 0.72 0.62 35.14 0.56 0.24
Hex 61 44 1B 0 1E 48 3E 23 38 18
Octal 141 104 33 0 36 110 76 43 70 30
Binary 1100001 1000100 11011 0 11110 1001000 111110 100011 111000 11000

Color Harmonies of #61441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61441B

Black with #61441B

Text Example


Text Example

White with #61441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61441B; }

 p { color: rgb(97,68,27); }

 H1.HeaderClassName
 {
   color: #61441B;
 }
 .AnyTagClassName
 {
   color: #61441B;
 }
</style>

background-color css

<style>
 a { background-color: #61441B; }

 a { background-color: rgb(97,68,27); }

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

border-color css

<style>
 span { border-color: #61441B; }

 span { border-color: rgb(97,68,27); }

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