Html Css Color HEX #60411C Dark Brown

📋 copy color: '#60411C'

red 96 ◦ green 65 ◦ blue 28

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

Shades of Dark Brown #60411C

Tints of Dark Brown #60411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.39%

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

R = 50.79%
G = 34.39%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60411C (or 0x60411C) is known color: Dark Brown. HEX triplet: 60, 41 and 1C. RGB value is (96,65,28). Sum of RGB (Red+Green+Blue) = 96+65+28=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60411C is #9FBEE3. Grayscale: #464646. Windows color (decimal): -10469092 or 1851744. OLE color: 1851744.

HSL color Cylindrical-coordinate representation of color #60411C: hue angle of 32.65º 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 #60411C is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 28 -
CMYK 0 0.32 0.71 0.62
HSL 32.65º 0.55% 0.24% -
HSV(B) 32.65º 0.71% 0.38% -
XYZ 6.92 6.35 1.96 -
YUV 70.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 96 65 28 0 0.32 0.71 0.62 32.65 0.55 0.24
Hex 60 41 1C 0 20 47 3E 21 37 18
Octal 140 101 34 0 40 107 76 41 67 30
Binary 1100000 1000001 11100 0 100000 1000111 111110 100001 110111 11000

Color Harmonies of #60411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60411C

Black with #60411C

Text Example


Text Example

White with #60411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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