Html Css Color HEX #604F46 Saddle

📋 copy color: '#604F46'

red 96 ◦ green 79 ◦ blue 70

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

Shades of Saddle #604F46

Tints of Saddle #604F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.57%

R = 39.18%
G = 32.24%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#604F46 (or 0x604F46) is known color: Saddle. HEX triplet: 60, 4F and 46. RGB value is (96,79,70). Sum of RGB (Red+Green+Blue) = 96+79+70=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #604F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F46 is #9FB0B9. Grayscale: #535353. Windows color (decimal): -10465466 or 4607840. OLE color: 4607840.

HSL color Cylindrical-coordinate representation of color #604F46: hue angle of 20.77º degrees, saturation: 0.16, 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 #604F46 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 79 70 -
CMYK 0 0.18 0.27 0.62
HSL 20.77º 0.16% 0.33% -
HSV(B) 20.77º 0.27% 0.38% -
XYZ 8.73 8.52 6.98 -
YUV 83.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 96 79 70 0 0.18 0.27 0.62 20.77 0.16 0.33
Hex 60 4F 46 0 12 1B 3E 15 10 21
Octal 140 117 106 0 22 33 76 25 20 41
Binary 1100000 1001111 1000110 0 10010 11011 111110 10101 10000 100001

Color Harmonies of #604F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F46

Black with #604F46

Text Example


Text Example

White with #604F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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