Html Css Color HEX #60481F Dark Brown

📋 copy color: '#60481F'

red 96 ◦ green 72 ◦ blue 31

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

Shades of Dark Brown #60481F

Tints of Dark Brown #60481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.18%

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

R = 48.24%
G = 36.18%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60481F (or 0x60481F) is known color: Dark Brown. HEX triplet: 60, 48 and 1F. RGB value is (96,72,31). Sum of RGB (Red+Green+Blue) = 96+72+31=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #60481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60481F is #9FB7E0. Grayscale: #4A4A4A. Windows color (decimal): -10467297 or 2050144. OLE color: 2050144.

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

Color convert

RGB 96 72 31 -
CMYK 0 0.25 0.68 0.62
HSL 37.85º 0.51% 0.25% -
HSV(B) 37.85º 0.68% 0.38% -
XYZ 7.39 7.22 2.3 -
YUV 74.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 96 72 31 0 0.25 0.68 0.62 37.85 0.51 0.25
Hex 60 48 1F 0 19 44 3E 26 33 19
Octal 140 110 37 0 31 104 76 46 63 31
Binary 1100000 1001000 11111 0 11001 1000100 111110 100110 110011 11001

Color Harmonies of #60481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60481F

Black with #60481F

Text Example


Text Example

White with #60481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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