Html Css Color HEX #60461B Dark Brown

📋 copy color: '#60461B'

red 96 ◦ green 70 ◦ blue 27

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

Shades of Dark Brown #60461B

Tints of Dark Brown #60461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

 BLUE value IS 27 (10.94% from 255) = 13.99%

R = 49.74%
G = 36.27%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#60461B (or 0x60461B) is known color: Dark Brown. HEX triplet: 60, 46 and 1B. RGB value is (96,70,27). Sum of RGB (Red+Green+Blue) = 96+70+27=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60461B is #9FB9E4. Grayscale: #494949. Windows color (decimal): -10467813 or 1787488. OLE color: 1787488.

HSL color Cylindrical-coordinate representation of color #60461B: hue angle of 37.39º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60461B is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 70 27 -
CMYK 0 0.27 0.72 0.62
HSL 37.39º 0.56% 0.24% -
HSV(B) 37.39º 0.72% 0.38% -
XYZ 7.21 6.95 2 -
YUV 72.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 96 70 27 0 0.27 0.72 0.62 37.39 0.56 0.24
Hex 60 46 1B 0 1B 48 3E 25 38 18
Octal 140 106 33 0 33 110 76 45 70 30
Binary 1100000 1000110 11011 0 11011 1001000 111110 100101 111000 11000

Color Harmonies of #60461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60461B

Black with #60461B

Text Example


Text Example

White with #60461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60461B; }

 p { color: rgb(96,70,27); }

 H1.HeaderClassName
 {
   color: #60461B;
 }
 .AnyTagClassName
 {
   color: #60461B;
 }
</style>

background-color css

<style>
 a { background-color: #60461B; }

 a { background-color: rgb(96,70,27); }

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

border-color css

<style>
 span { border-color: #60461B; }

 span { border-color: rgb(96,70,27); }

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