Html Css Color HEX #746B63 Sandstone

📋 copy color: '#746B63'

red 116 ◦ green 107 ◦ blue 99

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

Shades of Sandstone #746B63

Tints of Sandstone #746B63

RGB

 RED value IS 116 (45.7% from 255) = 36.02%

 GREEN value IS 107 (42.19% from 255) = 33.23%

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 36.02%
G = 33.23%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#746B63 (or 0x746B63) is known color: Sandstone. HEX triplet: 74, 6B and 63. RGB value is (116,107,99). Sum of RGB (Red+Green+Blue) = 116+107+99=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #746B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B63 is #8B949C. Grayscale: #6C6C6C. Windows color (decimal): -9147549 or 6515572. OLE color: 6515572.

HSL color Cylindrical-coordinate representation of color #746B63: hue angle of 28.24º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #746B63 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 107 99 -
CMYK 0 0.08 0.15 0.55
HSL 28.24º 0.08% 0.42% -
HSV(B) 28.24º 0.15% 0.45% -
XYZ 14.71 15.13 13.95 -
YUV 108.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 116 107 99 0 0.08 0.15 0.55 28.24 0.08 0.42
Hex 74 6B 63 0 8 F 37 1C 8 2A
Octal 164 153 143 0 10 17 67 34 10 52
Binary 1110100 1101011 1100011 0 1000 1111 110111 11100 1000 101010

Color Harmonies of #746B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B63

Black with #746B63

Text Example


Text Example

White with #746B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746B63; }

 p { color: rgb(116,107,99); }

 H1.HeaderClassName
 {
   color: #746B63;
 }
 .AnyTagClassName
 {
   color: #746B63;
 }
</style>

background-color css

<style>
 a { background-color: #746B63; }

 a { background-color: rgb(116,107,99); }

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

border-color css

<style>
 span { border-color: #746B63; }

 span { border-color: rgb(116,107,99); }

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