Html Css Color HEX #746B62 Sandstone

📋 copy color: '#746B62'

red 116 ◦ green 107 ◦ blue 98

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

Shades of Sandstone #746B62

Tints of Sandstone #746B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.53%

R = 36.14%
G = 33.33%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746B62 (or 0x746B62) is known color: Sandstone. HEX triplet: 74, 6B and 62. RGB value is (116,107,98). Sum of RGB (Red+Green+Blue) = 116+107+98=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #746B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B62 is #8B949D. Grayscale: #6C6C6C. Windows color (decimal): -9147550 or 6450036. OLE color: 6450036.

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

Color convert

RGB 116 107 98 -
CMYK 0 0.08 0.16 0.55
HSL 30º 0.08% 0.42% -
HSV(B) 30º 0.16% 0.45% -
XYZ 14.66 15.11 13.7 -
YUV 108.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 116 107 98 0 0.08 0.16 0.55 30 0.08 0.42
Hex 74 6B 62 0 8 10 37 1E 8 2A
Octal 164 153 142 0 10 20 67 36 10 52
Binary 1110100 1101011 1100010 0 1000 10000 110111 11110 1000 101010

Color Harmonies of #746B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B62

Black with #746B62

Text Example


Text Example

White with #746B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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