Html Css Color HEX #614549 Don Juan

📋 copy color: '#614549'

red 97 ◦ green 69 ◦ blue 73

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

Shades of Don Juan #614549

Tints of Don Juan #614549

RGB

 RED value IS 97 (38.28% from 255) = 40.59%

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

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

R = 40.59%
G = 28.87%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#614549 (or 0x614549) is known color: Don Juan. HEX triplet: 61, 45 and 49. RGB value is (97,69,73). Sum of RGB (Red+Green+Blue) = 97+69+73=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #614549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614549 is #9EBAB6. Grayscale: #4D4D4D. Windows color (decimal): -10402487 or 4801889. OLE color: 4801889.

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

Color convert

RGB 97 69 73 -
CMYK 0 0.29 0.25 0.62
HSL 351.43º 0.17% 0.33% -
HSV(B) 351.43º 0.29% 0.38% -
XYZ 8.26 7.28 7.27 -
YUV 77.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 97 69 73 0 0.29 0.25 0.62 351.43 0.17 0.33
Hex 61 45 49 0 1D 19 3E 15F 11 21
Octal 141 105 111 0 35 31 76 537 21 41
Binary 1100001 1000101 1001001 0 11101 11001 111110 101011111 10001 100001

Color Harmonies of #614549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614549

Black with #614549

Text Example


Text Example

White with #614549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614549; }

 p { color: rgb(97,69,73); }

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

background-color css

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

 a { background-color: rgb(97,69,73); }

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

border-color css

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

 span { border-color: rgb(97,69,73); }

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