Html Css Color HEX #604725 Dark Brown

📋 copy color: '#604725'

red 96 ◦ green 71 ◦ blue 37

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

Shades of Dark Brown #604725

Tints of Dark Brown #604725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.14%

R = 47.06%
G = 34.8%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#604725 (or 0x604725) is known color: Dark Brown. HEX triplet: 60, 47 and 25. RGB value is (96,71,37). Sum of RGB (Red+Green+Blue) = 96+71+37=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #604725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604725 is #9FB8DA. Grayscale: #4A4A4A. Windows color (decimal): -10467547 or 2443104. OLE color: 2443104.

HSL color Cylindrical-coordinate representation of color #604725: hue angle of 34.58º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #604725 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 37 -
CMYK 0 0.26 0.61 0.62
HSL 34.58º 0.44% 0.26% -
HSV(B) 34.58º 0.61% 0.38% -
XYZ 7.41 7.13 2.74 -
YUV 74.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 96 71 37 0 0.26 0.61 0.62 34.58 0.44 0.26
Hex 60 47 25 0 1A 3D 3E 23 2C 1A
Octal 140 107 45 0 32 75 76 43 54 32
Binary 1100000 1000111 100101 0 11010 111101 111110 100011 101100 11010

Color Harmonies of #604725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604725

Black with #604725

Text Example


Text Example

White with #604725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604725; }

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

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

background-color css

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

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

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

border-color css

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

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

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