Html Css Color HEX #736F69 Sandstone

📋 copy color: '#736F69'

red 115 ◦ green 111 ◦ blue 105

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

Shades of Sandstone #736F69

Tints of Sandstone #736F69

RGB

 RED value IS 115 (45.31% from 255) = 34.74%

 GREEN value IS 111 (43.75% from 255) = 33.53%

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 34.74%
G = 33.53%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#736F69 (or 0x736F69) is known color: Sandstone. HEX triplet: 73, 6F and 69. RGB value is (115,111,105). Sum of RGB (Red+Green+Blue) = 115+111+105=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 115 - color contains mainly: red. Hex color #736F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F69 is #8C9096. Grayscale: #6F6F6F. Windows color (decimal): -9212055 or 6909811. OLE color: 6909811.

HSL color Cylindrical-coordinate representation of color #736F69: hue angle of 36º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #736F69 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 111 105 -
CMYK 0 0.03 0.09 0.55
HSL 36º 0.05% 0.43% -
HSV(B) 36º 0.09% 0.45% -
XYZ 15.3 16.03 15.65 -
YUV 111.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 115 111 105 0 0.03 0.09 0.55 36 0.05 0.43
Hex 73 6F 69 0 3 9 37 24 5 2B
Octal 163 157 151 0 3 11 67 44 5 53
Binary 1110011 1101111 1101001 0 11 1001 110111 100100 101 101011

Color Harmonies of #736F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F69

Black with #736F69

Text Example


Text Example

White with #736F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736F69; }

 p { color: rgb(115,111,105); }

 H1.HeaderClassName
 {
   color: #736F69;
 }
 .AnyTagClassName
 {
   color: #736F69;
 }
</style>

background-color css

<style>
 a { background-color: #736F69; }

 a { background-color: rgb(115,111,105); }

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

border-color css

<style>
 span { border-color: #736F69; }

 span { border-color: rgb(115,111,105); }

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