Html Css Color HEX #614647 Don Juan

📋 copy color: '#614647'

red 97 ◦ green 70 ◦ blue 71

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

Shades of Don Juan #614647

Tints of Don Juan #614647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.83%

R = 40.76%
G = 29.41%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#614647 (or 0x614647) is known color: Don Juan. HEX triplet: 61, 46 and 47. RGB value is (97,70,71). Sum of RGB (Red+Green+Blue) = 97+70+71=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #614647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614647 is #9EB9B8. Grayscale: #4E4E4E. Windows color (decimal): -10402233 or 4671073. OLE color: 4671073.

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

Color convert

RGB 97 70 71 -
CMYK 0 0.28 0.27 0.62
HSL 357.78º 0.16% 0.33% -
HSV(B) 357.78º 0.28% 0.38% -
XYZ 8.26 7.38 6.95 -
YUV 78.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 97 70 71 0 0.28 0.27 0.62 357.78 0.16 0.33
Hex 61 46 47 0 1C 1B 3E 166 10 21
Octal 141 106 107 0 34 33 76 546 20 41
Binary 1100001 1000110 1000111 0 11100 11011 111110 101100110 10000 100001

Color Harmonies of #614647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614647

Black with #614647

Text Example


Text Example

White with #614647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614647; }

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

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

background-color css

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

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

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

border-color css

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

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

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