Html Css Color HEX #60401C Dark Brown

📋 copy color: '#60401C'

red 96 ◦ green 64 ◦ blue 28

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

Shades of Dark Brown #60401C

Tints of Dark Brown #60401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.04%

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

R = 51.06%
G = 34.04%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60401C (or 0x60401C) is known color: Dark Brown. HEX triplet: 60, 40 and 1C. RGB value is (96,64,28). Sum of RGB (Red+Green+Blue) = 96+64+28=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #60401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60401C is #9FBFE3. Grayscale: #454545. Windows color (decimal): -10469348 or 1851488. OLE color: 1851488.

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

Color convert

RGB 96 64 28 -
CMYK 0 0.33 0.71 0.62
HSL 31.76º 0.55% 0.24% -
HSV(B) 31.76º 0.71% 0.38% -
XYZ 6.87 6.24 1.94 -
YUV 69.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 96 64 28 0 0.33 0.71 0.62 31.76 0.55 0.24
Hex 60 40 1C 0 21 47 3E 20 37 18
Octal 140 100 34 0 41 107 76 40 67 30
Binary 1100000 1000000 11100 0 100001 1000111 111110 100000 110111 11000

Color Harmonies of #60401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60401C

Black with #60401C

Text Example


Text Example

White with #60401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,64,28); }

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

background-color css

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

 a { background-color: rgb(96,64,28); }

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

border-color css

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

 span { border-color: rgb(96,64,28); }

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