Html Css Color HEX #60451E Dark Brown

📋 copy color: '#60451E'

red 96 ◦ green 69 ◦ blue 30

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

Shades of Dark Brown #60451E

Tints of Dark Brown #60451E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.38%

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 49.23%
G = 35.38%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#60451E (or 0x60451E) is known color: Dark Brown. HEX triplet: 60, 45 and 1E. RGB value is (96,69,30). Sum of RGB (Red+Green+Blue) = 96+69+30=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60451E is #9FBAE1. Grayscale: #484848. Windows color (decimal): -10468066 or 1983840. OLE color: 1983840.

HSL color Cylindrical-coordinate representation of color #60451E: hue angle of 35.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60451E is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 69 30 -
CMYK 0 0.28 0.69 0.62
HSL 35.45º 0.52% 0.25% -
HSV(B) 35.45º 0.69% 0.38% -
XYZ 7.19 6.84 2.17 -
YUV 72.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 96 69 30 0 0.28 0.69 0.62 35.45 0.52 0.25
Hex 60 45 1E 0 1C 45 3E 23 34 19
Octal 140 105 36 0 34 105 76 43 64 31
Binary 1100000 1000101 11110 0 11100 1000101 111110 100011 110100 11001

Color Harmonies of #60451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60451E

Black with #60451E

Text Example


Text Example

White with #60451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60451E; }

 p { color: rgb(96,69,30); }

 H1.HeaderClassName
 {
   color: #60451E;
 }
 .AnyTagClassName
 {
   color: #60451E;
 }
</style>

background-color css

<style>
 a { background-color: #60451E; }

 a { background-color: rgb(96,69,30); }

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

border-color css

<style>
 span { border-color: #60451E; }

 span { border-color: rgb(96,69,30); }

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