Html Css Color HEX #604849 Don Juan

📋 copy color: '#604849'

red 96 ◦ green 72 ◦ blue 73

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

Shades of Don Juan #604849

Tints of Don Juan #604849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

 BLUE value IS 73 (28.91% from 255) = 30.29%

R = 39.83%
G = 29.88%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#604849 (or 0x604849) is known color: Don Juan. HEX triplet: 60, 48 and 49. RGB value is (96,72,73). Sum of RGB (Red+Green+Blue) = 96+72+73=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #604849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604849 is #9FB7B6. Grayscale: #4F4F4F. Windows color (decimal): -10467255 or 4802656. OLE color: 4802656.

HSL color Cylindrical-coordinate representation of color #604849: hue angle of 357.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #604849 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 72 73 -
CMYK 0 0.25 0.24 0.62
HSL 357.5º 0.14% 0.33% -
HSV(B) 357.5º 0.25% 0.38% -
XYZ 8.34 7.6 7.33 -
YUV 79.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 96 72 73 0 0.25 0.24 0.62 357.5 0.14 0.33
Hex 60 48 49 0 19 18 3E 166 E 21
Octal 140 110 111 0 31 30 76 546 16 41
Binary 1100000 1001000 1001001 0 11001 11000 111110 101100110 1110 100001

Color Harmonies of #604849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604849

Black with #604849

Text Example


Text Example

White with #604849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604849; }

 p { color: rgb(96,72,73); }

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

background-color css

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

 a { background-color: rgb(96,72,73); }

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

border-color css

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

 span { border-color: rgb(96,72,73); }

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