Html Css Color HEX #61441C Dark Brown

📋 copy color: '#61441C'

red 97 ◦ green 68 ◦ blue 28

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

Shades of Dark Brown #61441C

Tints of Dark Brown #61441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 50.26%
G = 35.23%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61441C (or 0x61441C) is known color: Dark Brown. HEX triplet: 61, 44 and 1C. RGB value is (97,68,28). Sum of RGB (Red+Green+Blue) = 97+68+28=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61441C is #9EBBE3. Grayscale: #484848. Windows color (decimal): -10402788 or 1852513. OLE color: 1852513.

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

Color convert

RGB 97 68 28 -
CMYK 0 0.30 0.71 0.62
HSL 34.78º 0.55% 0.25% -
HSV(B) 34.78º 0.71% 0.38% -
XYZ 7.21 6.76 2.02 -
YUV 72.11 103.11 145.75 -
System Red Green Blue C M Y K H S L
Decimal 97 68 28 0 0.30 0.71 0.62 34.78 0.55 0.25
Hex 61 44 1C 0 1E 47 3E 23 37 19
Octal 141 104 34 0 36 107 76 43 67 31
Binary 1100001 1000100 11100 0 11110 1000111 111110 100011 110111 11001

Color Harmonies of #61441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61441C

Black with #61441C

Text Example


Text Example

White with #61441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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