Html Css Color HEX #74695B Sandstone

📋 copy color: '#74695B'

red 116 ◦ green 105 ◦ blue 91

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

Shades of Sandstone #74695B

Tints of Sandstone #74695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.65%

 BLUE value IS 91 (35.94% from 255) = 29.17%

R = 37.18%
G = 33.65%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74695B (or 0x74695B) is known color: Sandstone. HEX triplet: 74, 69 and 5B. RGB value is (116,105,91). Sum of RGB (Red+Green+Blue) = 116+105+91=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #74695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74695B is #8B96A4. Grayscale: #6A6A6A. Windows color (decimal): -9148069 or 5990772. OLE color: 5990772.

HSL color Cylindrical-coordinate representation of color #74695B: hue angle of 33.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74695B is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 91 -
CMYK 0 0.09 0.22 0.55
HSL 33.6º 0.12% 0.41% -
HSV(B) 33.6º 0.22% 0.45% -
XYZ 14.14 14.57 11.96 -
YUV 106.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 116 105 91 0 0.09 0.22 0.55 33.6 0.12 0.41
Hex 74 69 5B 0 9 16 37 22 C 29
Octal 164 151 133 0 11 26 67 42 14 51
Binary 1110100 1101001 1011011 0 1001 10110 110111 100010 1100 101001

Color Harmonies of #74695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74695B

Black with #74695B

Text Example


Text Example

White with #74695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74695B; }

 p { color: rgb(116,105,91); }

 H1.HeaderClassName
 {
   color: #74695B;
 }
 .AnyTagClassName
 {
   color: #74695B;
 }
</style>

background-color css

<style>
 a { background-color: #74695B; }

 a { background-color: rgb(116,105,91); }

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

border-color css

<style>
 span { border-color: #74695B; }

 span { border-color: rgb(116,105,91); }

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