Html Css Color HEX #604525 Dark Brown

📋 copy color: '#604525'

red 96 ◦ green 69 ◦ blue 37

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

Shades of Dark Brown #604525

Tints of Dark Brown #604525

RGB

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

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

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

R = 47.52%
G = 34.16%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#604525 (or 0x604525) is known color: Dark Brown. HEX triplet: 60, 45 and 25. RGB value is (96,69,37). Sum of RGB (Red+Green+Blue) = 96+69+37=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #604525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604525 is #9FBADA. Grayscale: #494949. Windows color (decimal): -10468059 or 2442592. OLE color: 2442592.

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

Color convert

RGB 96 69 37 -
CMYK 0 0.28 0.61 0.62
HSL 32.54º 0.44% 0.26% -
HSV(B) 32.54º 0.61% 0.38% -
XYZ 7.29 6.88 2.69 -
YUV 73.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 96 69 37 0 0.28 0.61 0.62 32.54 0.44 0.26
Hex 60 45 25 0 1C 3D 3E 21 2C 1A
Octal 140 105 45 0 34 75 76 41 54 32
Binary 1100000 1000101 100101 0 11100 111101 111110 100001 101100 11010

Color Harmonies of #604525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604525

Black with #604525

Text Example


Text Example

White with #604525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604525; }

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

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

background-color css

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

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

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

border-color css

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

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

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