Html Css Color HEX #604225 Dark Brown

📋 copy color: '#604225'

red 96 ◦ green 66 ◦ blue 37

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

Shades of Dark Brown #604225

Tints of Dark Brown #604225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

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

R = 48.24%
G = 33.17%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#604225 (or 0x604225) is known color: Dark Brown. HEX triplet: 60, 42 and 25. RGB value is (96,66,37). Sum of RGB (Red+Green+Blue) = 96+66+37=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #604225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604225 is #9FBDDA. Grayscale: #474747. Windows color (decimal): -10468827 or 2441824. OLE color: 2441824.

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

Color convert

RGB 96 66 37 -
CMYK 0 0.31 0.61 0.62
HSL 29.49º 0.44% 0.26% -
HSV(B) 29.49º 0.61% 0.38% -
XYZ 7.11 6.52 2.63 -
YUV 71.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 96 66 37 0 0.31 0.61 0.62 29.49 0.44 0.26
Hex 60 42 25 0 1F 3D 3E 1D 2C 1A
Octal 140 102 45 0 37 75 76 35 54 32
Binary 1100000 1000010 100101 0 11111 111101 111110 11101 101100 11010

Color Harmonies of #604225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604225

Black with #604225

Text Example


Text Example

White with #604225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604225; }

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

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

background-color css

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

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

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

border-color css

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

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

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