Html Css Color HEX #604F47 Saddle

📋 copy color: '#604F47'

red 96 ◦ green 79 ◦ blue 71

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

Shades of Saddle #604F47

Tints of Saddle #604F47

RGB

 RED value IS 96 (37.89% from 255) = 39.02%

 GREEN value IS 79 (31.25% from 255) = 32.11%

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

R = 39.02%
G = 32.11%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#604F47 (or 0x604F47) is known color: Saddle. HEX triplet: 60, 4F and 47. RGB value is (96,79,71). Sum of RGB (Red+Green+Blue) = 96+79+71=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #604F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F47 is #9FB0B8. Grayscale: #535353. Windows color (decimal): -10465465 or 4673376. OLE color: 4673376.

HSL color Cylindrical-coordinate representation of color #604F47: hue angle of 19.2º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #604F47 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 79 71 -
CMYK 0 0.18 0.26 0.62
HSL 19.2º 0.15% 0.33% -
HSV(B) 19.2º 0.26% 0.38% -
XYZ 8.76 8.53 7.15 -
YUV 83.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 96 79 71 0 0.18 0.26 0.62 19.2 0.15 0.33
Hex 60 4F 47 0 12 1A 3E 13 F 21
Octal 140 117 107 0 22 32 76 23 17 41
Binary 1100000 1001111 1000111 0 10010 11010 111110 10011 1111 100001

Color Harmonies of #604F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F47

Black with #604F47

Text Example


Text Example

White with #604F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604F47; }

 p { color: rgb(96,79,71); }

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

background-color css

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

 a { background-color: rgb(96,79,71); }

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

border-color css

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

 span { border-color: rgb(96,79,71); }

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