Html Css Color HEX #60401F Dark Brown

📋 copy color: '#60401F'

red 96 ◦ green 64 ◦ blue 31

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

Shades of Dark Brown #60401F

Tints of Dark Brown #60401F

RGB

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

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

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

R = 50.26%
G = 33.51%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60401F (or 0x60401F) is known color: Dark Brown. HEX triplet: 60, 40 and 1F. RGB value is (96,64,31). Sum of RGB (Red+Green+Blue) = 96+64+31=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60401F is #9FBFE0. Grayscale: #454545. Windows color (decimal): -10469345 or 2048096. OLE color: 2048096.

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

Color convert

RGB 96 64 31 -
CMYK 0 0.33 0.68 0.62
HSL 30.46º 0.51% 0.25% -
HSV(B) 30.46º 0.68% 0.38% -
XYZ 6.9 6.25 2.14 -
YUV 69.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 96 64 31 0 0.33 0.68 0.62 30.46 0.51 0.25
Hex 60 40 1F 0 21 44 3E 1E 33 19
Octal 140 100 37 0 41 104 76 36 63 31
Binary 1100000 1000000 11111 0 100001 1000100 111110 11110 110011 11001

Color Harmonies of #60401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60401F

Black with #60401F

Text Example


Text Example

White with #60401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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