Html Css Color HEX #614748 Don Juan

📋 copy color: '#614748'

red 97 ◦ green 71 ◦ blue 72

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

Shades of Don Juan #614748

Tints of Don Juan #614748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30%

R = 40.42%
G = 29.58%
B = 30%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#614748 (or 0x614748) is known color: Don Juan. HEX triplet: 61, 47 and 48. RGB value is (97,71,72). Sum of RGB (Red+Green+Blue) = 97+71+72=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #614748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614748 is #9EB8B7. Grayscale: #4E4E4E. Windows color (decimal): -10401976 or 4736865. OLE color: 4736865.

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

Color convert

RGB 97 71 72 -
CMYK 0 0.27 0.26 0.62
HSL 357.69º 0.15% 0.33% -
HSV(B) 357.69º 0.27% 0.38% -
XYZ 8.35 7.52 7.14 -
YUV 78.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 97 71 72 0 0.27 0.26 0.62 357.69 0.15 0.33
Hex 61 47 48 0 1B 1A 3E 166 F 21
Octal 141 107 110 0 33 32 76 546 17 41
Binary 1100001 1000111 1001000 0 11011 11010 111110 101100110 1111 100001

Color Harmonies of #614748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614748

Black with #614748

Text Example


Text Example

White with #614748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614748; }

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

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

background-color css

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

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

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

border-color css

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

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

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