Html Css Color HEX #614749 Don Juan

📋 copy color: '#614749'

red 97 ◦ green 71 ◦ blue 73

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

Shades of Don Juan #614749

Tints of Don Juan #614749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

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

R = 40.25%
G = 29.46%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#614749 (or 0x614749) is known color: Don Juan. HEX triplet: 61, 47 and 49. RGB value is (97,71,73). Sum of RGB (Red+Green+Blue) = 97+71+73=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #614749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614749 is #9EB8B6. Grayscale: #4F4F4F. Windows color (decimal): -10401975 or 4802401. OLE color: 4802401.

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

Color convert

RGB 97 71 73 -
CMYK 0 0.27 0.25 0.62
HSL 355.38º 0.15% 0.33% -
HSV(B) 355.38º 0.27% 0.38% -
XYZ 8.39 7.53 7.31 -
YUV 79 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 97 71 73 0 0.27 0.25 0.62 355.38 0.15 0.33
Hex 61 47 49 0 1B 19 3E 163 F 21
Octal 141 107 111 0 33 31 76 543 17 41
Binary 1100001 1000111 1001001 0 11011 11001 111110 101100011 1111 100001

Color Harmonies of #614749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614749

Black with #614749

Text Example


Text Example

White with #614749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614749; }

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

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

background-color css

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

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

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

border-color css

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

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

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