Html Css Color HEX #604414 Dark Brown

📋 copy color: '#604414'

red 96 ◦ green 68 ◦ blue 20

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

Shades of Dark Brown #604414

Tints of Dark Brown #604414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.96%

 BLUE value IS 20 (8.2% from 255) = 10.87%

R = 52.17%
G = 36.96%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#604414 (or 0x604414) is known color: Dark Brown. HEX triplet: 60, 44 and 14. RGB value is (96,68,20). Sum of RGB (Red+Green+Blue) = 96+68+20=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #604414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604414 is #9FBBEB. Grayscale: #474747. Windows color (decimal): -10468332 or 1328224. OLE color: 1328224.

HSL color Cylindrical-coordinate representation of color #604414: hue angle of 37.89º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #604414 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 68 20 -
CMYK 0 0.29 0.79 0.62
HSL 37.89º 0.66% 0.23% -
HSV(B) 37.89º 0.79% 0.38% -
XYZ 7.02 6.67 1.58 -
YUV 70.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 96 68 20 0 0.29 0.79 0.62 37.89 0.66 0.23
Hex 60 44 14 0 1D 4F 3E 26 42 17
Octal 140 104 24 0 35 117 76 46 102 27
Binary 1100000 1000100 10100 0 11101 1001111 111110 100110 1000010 10111

Color Harmonies of #604414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604414

Black with #604414

Text Example


Text Example

White with #604414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604414; }

 p { color: rgb(96,68,20); }

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

background-color css

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

 a { background-color: rgb(96,68,20); }

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

border-color css

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

 span { border-color: rgb(96,68,20); }

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