Html Css Color HEX #604825 Dark Brown

📋 copy color: '#604825'

red 96 ◦ green 72 ◦ blue 37

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

Shades of Dark Brown #604825

Tints of Dark Brown #604825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.12%

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

R = 46.83%
G = 35.12%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#604825 (or 0x604825) is known color: Dark Brown. HEX triplet: 60, 48 and 25. RGB value is (96,72,37). Sum of RGB (Red+Green+Blue) = 96+72+37=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #604825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604825 is #9FB7DA. Grayscale: #4B4B4B. Windows color (decimal): -10467291 or 2443360. OLE color: 2443360.

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

Color convert

RGB 96 72 37 -
CMYK 0 0.25 0.61 0.62
HSL 35.59º 0.44% 0.26% -
HSV(B) 35.59º 0.61% 0.38% -
XYZ 7.48 7.26 2.76 -
YUV 75.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 96 72 37 0 0.25 0.61 0.62 35.59 0.44 0.26
Hex 60 48 25 0 19 3D 3E 24 2C 1A
Octal 140 110 45 0 31 75 76 44 54 32
Binary 1100000 1001000 100101 0 11001 111101 111110 100100 101100 11010

Color Harmonies of #604825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604825

Black with #604825

Text Example


Text Example

White with #604825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604825; }

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

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

background-color css

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

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

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

border-color css

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

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

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