Html Css Color HEX #60441D Dark Brown

📋 copy color: '#60441D'

red 96 ◦ green 68 ◦ blue 29

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

Shades of Dark Brown #60441D

Tints of Dark Brown #60441D

RGB

 RED value IS 96 (37.89% from 255) = 49.74%

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

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 49.74%
G = 35.23%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60441D (or 0x60441D) is known color: Dark Brown. HEX triplet: 60, 44 and 1D. RGB value is (96,68,29). Sum of RGB (Red+Green+Blue) = 96+68+29=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60441D is #9FBBE2. Grayscale: #484848. Windows color (decimal): -10468323 or 1918048. OLE color: 1918048.

HSL color Cylindrical-coordinate representation of color #60441D: hue angle of 34.93º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60441D is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 68 29 -
CMYK 0 0.29 0.70 0.62
HSL 34.93º 0.54% 0.25% -
HSV(B) 34.93º 0.7% 0.38% -
XYZ 7.11 6.71 2.08 -
YUV 71.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 96 68 29 0 0.29 0.70 0.62 34.93 0.54 0.25
Hex 60 44 1D 0 1D 46 3E 23 36 19
Octal 140 104 35 0 35 106 76 43 66 31
Binary 1100000 1000100 11101 0 11101 1000110 111110 100011 110110 11001

Color Harmonies of #60441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60441D

Black with #60441D

Text Example


Text Example

White with #60441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60441D; }

 p { color: rgb(96,68,29); }

 H1.HeaderClassName
 {
   color: #60441D;
 }
 .AnyTagClassName
 {
   color: #60441D;
 }
</style>

background-color css

<style>
 a { background-color: #60441D; }

 a { background-color: rgb(96,68,29); }

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

border-color css

<style>
 span { border-color: #60441D; }

 span { border-color: rgb(96,68,29); }

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