Html Css Color HEX #61474A Don Juan

📋 copy color: '#61474A'

red 97 ◦ green 71 ◦ blue 74

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

Shades of Don Juan #61474A

Tints of Don Juan #61474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.58%

R = 40.08%
G = 29.34%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61474A (or 0x61474A) is known color: Don Juan. HEX triplet: 61, 47 and 4A. RGB value is (97,71,74). Sum of RGB (Red+Green+Blue) = 97+71+74=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61474A is #9EB8B5. Grayscale: #4F4F4F. Windows color (decimal): -10401974 or 4867937. OLE color: 4867937.

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

Color convert

RGB 97 71 74 -
CMYK 0 0.27 0.24 0.62
HSL 353.08º 0.15% 0.33% -
HSV(B) 353.08º 0.27% 0.38% -
XYZ 8.42 7.54 7.49 -
YUV 79.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 97 71 74 0 0.27 0.24 0.62 353.08 0.15 0.33
Hex 61 47 4A 0 1B 18 3E 161 F 21
Octal 141 107 112 0 33 30 76 541 17 41
Binary 1100001 1000111 1001010 0 11011 11000 111110 101100001 1111 100001

Color Harmonies of #61474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61474A

Black with #61474A

Text Example


Text Example

White with #61474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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