Html Css Color HEX #61474C Don Juan

📋 copy color: '#61474C'

red 97 ◦ green 71 ◦ blue 76

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

Shades of Don Juan #61474C

Tints of Don Juan #61474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 39.75%
G = 29.1%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#61474C (or 0x61474C) is known color: Don Juan. HEX triplet: 61, 47 and 4C. RGB value is (97,71,76). Sum of RGB (Red+Green+Blue) = 97+71+76=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61474C is #9EB8B3. Grayscale: #4F4F4F. Windows color (decimal): -10401972 or 4999009. OLE color: 4999009.

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

Color convert

RGB 97 71 76 -
CMYK 0 0.27 0.22 0.62
HSL 348.46º 0.15% 0.33% -
HSV(B) 348.46º 0.27% 0.38% -
XYZ 8.49 7.57 7.85 -
YUV 79.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 97 71 76 0 0.27 0.22 0.62 348.46 0.15 0.33
Hex 61 47 4C 0 1B 16 3E 15C F 21
Octal 141 107 114 0 33 26 76 534 17 41
Binary 1100001 1000111 1001100 0 11011 10110 111110 101011100 1111 100001

Color Harmonies of #61474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61474C

Black with #61474C

Text Example


Text Example

White with #61474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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