Html Css Color HEX #604528 Dark Brown

📋 copy color: '#604528'

red 96 ◦ green 69 ◦ blue 40

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

Shades of Dark Brown #604528

Tints of Dark Brown #604528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 46.83%
G = 33.66%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#604528 (or 0x604528) is known color: Dark Brown. HEX triplet: 60, 45 and 28. RGB value is (96,69,40). Sum of RGB (Red+Green+Blue) = 96+69+40=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #604528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604528 is #9FBAD7. Grayscale: #494949. Windows color (decimal): -10468056 or 2639200. OLE color: 2639200.

HSL color Cylindrical-coordinate representation of color #604528: hue angle of 31.07º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #604528 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 69 40 -
CMYK 0 0.28 0.58 0.62
HSL 31.07º 0.41% 0.27% -
HSV(B) 31.07º 0.58% 0.38% -
XYZ 7.33 6.9 2.95 -
YUV 73.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 96 69 40 0 0.28 0.58 0.62 31.07 0.41 0.27
Hex 60 45 28 0 1C 3A 3E 1F 29 1B
Octal 140 105 50 0 34 72 76 37 51 33
Binary 1100000 1000101 101000 0 11100 111010 111110 11111 101001 11011

Color Harmonies of #604528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604528

Black with #604528

Text Example


Text Example

White with #604528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604528; }

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

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

background-color css

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

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

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

border-color css

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

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

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