Html Css Color HEX #716B62 Sandstone

📋 copy color: '#716B62'

red 113 ◦ green 107 ◦ blue 98

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

Shades of Sandstone #716B62

Tints of Sandstone #716B62

RGB

 RED value IS 113 (44.53% from 255) = 35.53%

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

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

R = 35.53%
G = 33.65%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#716B62 (or 0x716B62) is known color: Sandstone. HEX triplet: 71, 6B and 62. RGB value is (113,107,98). Sum of RGB (Red+Green+Blue) = 113+107+98=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #716B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B62 is #8E949D. Grayscale: #6B6B6B. Windows color (decimal): -9344158 or 6450033. OLE color: 6450033.

HSL color Cylindrical-coordinate representation of color #716B62: hue angle of 36º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #716B62 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 107 98 -
CMYK 0 0.05 0.13 0.56
HSL 36º 0.07% 0.41% -
HSV(B) 36º 0.13% 0.44% -
XYZ 14.27 14.91 13.68 -
YUV 107.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 113 107 98 0 0.05 0.13 0.56 36 0.07 0.41
Hex 71 6B 62 0 5 D 38 24 7 29
Octal 161 153 142 0 5 15 70 44 7 51
Binary 1110001 1101011 1100010 0 101 1101 111000 100100 111 101001

Color Harmonies of #716B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716B62

Black with #716B62

Text Example


Text Example

White with #716B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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