Html Css Color HEX #604714 Dark Brown

📋 copy color: '#604714'

red 96 ◦ green 71 ◦ blue 20

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

Shades of Dark Brown #604714

Tints of Dark Brown #604714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.97%

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

R = 51.34%
G = 37.97%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#604714 (or 0x604714) is known color: Dark Brown. HEX triplet: 60, 47 and 14. RGB value is (96,71,20). Sum of RGB (Red+Green+Blue) = 96+71+20=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #604714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604714 is #9FB8EB. Grayscale: #484848. Windows color (decimal): -10467564 or 1328992. OLE color: 1328992.

HSL color Cylindrical-coordinate representation of color #604714: hue angle of 40.26º 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 #604714 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 20 -
CMYK 0 0.26 0.79 0.62
HSL 40.26º 0.66% 0.23% -
HSV(B) 40.26º 0.79% 0.38% -
XYZ 7.2 7.04 1.64 -
YUV 72.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 96 71 20 0 0.26 0.79 0.62 40.26 0.66 0.23
Hex 60 47 14 0 1A 4F 3E 28 42 17
Octal 140 107 24 0 32 117 76 50 102 27
Binary 1100000 1000111 10100 0 11010 1001111 111110 101000 1000010 10111

Color Harmonies of #604714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604714

Black with #604714

Text Example


Text Example

White with #604714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604714; }

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

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

background-color css

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

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

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

border-color css

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

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

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