Html Css Color HEX #61494B Don Juan

📋 copy color: '#61494B'

red 97 ◦ green 73 ◦ blue 75

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

Shades of Don Juan #61494B

Tints of Don Juan #61494B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 39.59%
G = 29.8%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#61494B (or 0x61494B) is known color: Don Juan. HEX triplet: 61, 49 and 4B. RGB value is (97,73,75). Sum of RGB (Red+Green+Blue) = 97+73+75=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61494B is #9EB6B4. Grayscale: #505050. Windows color (decimal): -10401461 or 4933985. OLE color: 4933985.

HSL color Cylindrical-coordinate representation of color #61494B: hue angle of 355º 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 #61494B is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 75 -
CMYK 0 0.25 0.23 0.62
HSL 355º 0.14% 0.33% -
HSV(B) 355º 0.25% 0.38% -
XYZ 8.58 7.81 7.71 -
YUV 80.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 97 73 75 0 0.25 0.23 0.62 355 0.14 0.33
Hex 61 49 4B 0 19 17 3E 163 E 21
Octal 141 111 113 0 31 27 76 543 16 41
Binary 1100001 1001001 1001011 0 11001 10111 111110 101100011 1110 100001

Color Harmonies of #61494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61494B

Black with #61494B

Text Example


Text Example

White with #61494B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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