Html Css Color HEX #604425 Dark Brown

📋 copy color: '#604425'

red 96 ◦ green 68 ◦ blue 37

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

Shades of Dark Brown #604425

Tints of Dark Brown #604425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

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

R = 47.76%
G = 33.83%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#604425 (or 0x604425) is known color: Dark Brown. HEX triplet: 60, 44 and 25. RGB value is (96,68,37). Sum of RGB (Red+Green+Blue) = 96+68+37=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #604425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604425 is #9FBBDA. Grayscale: #484848. Windows color (decimal): -10468315 or 2442336. OLE color: 2442336.

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

Color convert

RGB 96 68 37 -
CMYK 0 0.29 0.61 0.62
HSL 31.53º 0.44% 0.26% -
HSV(B) 31.53º 0.61% 0.38% -
XYZ 7.22 6.75 2.67 -
YUV 72.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 96 68 37 0 0.29 0.61 0.62 31.53 0.44 0.26
Hex 60 44 25 0 1D 3D 3E 20 2C 1A
Octal 140 104 45 0 35 75 76 40 54 32
Binary 1100000 1000100 100101 0 11101 111101 111110 100000 101100 11010

Color Harmonies of #604425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604425

Black with #604425

Text Example


Text Example

White with #604425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604425; }

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

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

background-color css

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

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

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

border-color css

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

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

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