Html Css Color HEX #614649 Don Juan

📋 copy color: '#614649'

red 97 ◦ green 70 ◦ blue 73

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

Shades of Don Juan #614649

Tints of Don Juan #614649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

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

R = 40.42%
G = 29.17%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#614649 (or 0x614649) is known color: Don Juan. HEX triplet: 61, 46 and 49. RGB value is (97,70,73). Sum of RGB (Red+Green+Blue) = 97+70+73=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #614649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614649 is #9EB9B6. Grayscale: #4E4E4E. Windows color (decimal): -10402231 or 4802145. OLE color: 4802145.

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

Color convert

RGB 97 70 73 -
CMYK 0 0.28 0.25 0.62
HSL 353.33º 0.16% 0.33% -
HSV(B) 353.33º 0.28% 0.38% -
XYZ 8.32 7.4 7.29 -
YUV 78.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 97 70 73 0 0.28 0.25 0.62 353.33 0.16 0.33
Hex 61 46 49 0 1C 19 3E 161 10 21
Octal 141 106 111 0 34 31 76 541 20 41
Binary 1100001 1000110 1001001 0 11100 11001 111110 101100001 10000 100001

Color Harmonies of #614649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614649

Black with #614649

Text Example


Text Example

White with #614649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614649; }

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

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

background-color css

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

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

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

border-color css

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

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

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