Html Css Color HEX #61441F Dark Brown

📋 copy color: '#61441F'

red 97 ◦ green 68 ◦ blue 31

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

Shades of Dark Brown #61441F

Tints of Dark Brown #61441F

RGB

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

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

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

R = 49.49%
G = 34.69%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61441F (or 0x61441F) is known color: Dark Brown. HEX triplet: 61, 44 and 1F. RGB value is (97,68,31). Sum of RGB (Red+Green+Blue) = 97+68+31=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61441F is #9EBBE0. Grayscale: #484848. Windows color (decimal): -10402785 or 2049121. OLE color: 2049121.

HSL color Cylindrical-coordinate representation of color #61441F: hue angle of 33.64º 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 #61441F is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 31 -
CMYK 0 0.30 0.68 0.62
HSL 33.64º 0.52% 0.25% -
HSV(B) 33.64º 0.68% 0.38% -
XYZ 7.24 6.77 2.22 -
YUV 72.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 97 68 31 0 0.30 0.68 0.62 33.64 0.52 0.25
Hex 61 44 1F 0 1E 44 3E 22 34 19
Octal 141 104 37 0 36 104 76 42 64 31
Binary 1100001 1000100 11111 0 11110 1000100 111110 100010 110100 11001

Color Harmonies of #61441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61441F

Black with #61441F

Text Example


Text Example

White with #61441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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