Html Css Color HEX #61494C Don Juan

📋 copy color: '#61494C'

red 97 ◦ green 73 ◦ blue 76

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

Shades of Don Juan #61494C

Tints of Don Juan #61494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.67%

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

R = 39.43%
G = 29.67%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#61494C (or 0x61494C) is known color: Don Juan. HEX triplet: 61, 49 and 4C. RGB value is (97,73,76). Sum of RGB (Red+Green+Blue) = 97+73+76=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #61494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61494C is #9EB6B3. Grayscale: #505050. Windows color (decimal): -10401460 or 4999521. OLE color: 4999521.

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

Color convert

RGB 97 73 76 -
CMYK 0 0.25 0.22 0.62
HSL 352.5º 0.14% 0.33% -
HSV(B) 352.5º 0.25% 0.38% -
XYZ 8.62 7.83 7.89 -
YUV 80.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 97 73 76 0 0.25 0.22 0.62 352.5 0.14 0.33
Hex 61 49 4C 0 19 16 3E 160 E 21
Octal 141 111 114 0 31 26 76 540 16 41
Binary 1100001 1001001 1001100 0 11001 10110 111110 101100000 1110 100001

Color Harmonies of #61494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61494C

Black with #61494C

Text Example


Text Example

White with #61494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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