Html Css Color HEX #604523 Dark Brown

📋 copy color: '#604523'

red 96 ◦ green 69 ◦ blue 35

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

Shades of Dark Brown #604523

Tints of Dark Brown #604523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.5%

R = 48%
G = 34.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#604523 (or 0x604523) is known color: Dark Brown. HEX triplet: 60, 45 and 23. RGB value is (96,69,35). Sum of RGB (Red+Green+Blue) = 96+69+35=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #604523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604523 is #9FBADC. Grayscale: #494949. Windows color (decimal): -10468061 or 2311520. OLE color: 2311520.

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

Color convert

RGB 96 69 35 -
CMYK 0 0.28 0.64 0.62
HSL 33.44º 0.47% 0.26% -
HSV(B) 33.44º 0.64% 0.38% -
XYZ 7.26 6.86 2.53 -
YUV 73.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 96 69 35 0 0.28 0.64 0.62 33.44 0.47 0.26
Hex 60 45 23 0 1C 40 3E 21 2F 1A
Octal 140 105 43 0 34 100 76 41 57 32
Binary 1100000 1000101 100011 0 11100 1000000 111110 100001 101111 11010

Color Harmonies of #604523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604523

Black with #604523

Text Example


Text Example

White with #604523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604523; }

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

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

background-color css

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

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

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

border-color css

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

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

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