Html Css Color HEX #957267 Toast

📋 copy color: '#957267'

red 149 ◦ green 114 ◦ blue 103

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

Shades of Toast #957267

Tints of Toast #957267

RGB

 RED value IS 149 (58.59% from 255) = 40.71%

 GREEN value IS 114 (44.92% from 255) = 31.15%

 BLUE value IS 103 (40.63% from 255) = 28.14%

R = 40.71%
G = 31.15%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#957267 (or 0x957267) is known color: Toast. HEX triplet: 95, 72 and 67. RGB value is (149,114,103). Sum of RGB (Red+Green+Blue) = 149+114+103=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #957267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957267 is #6A8D98. Grayscale: #7B7B7B. Windows color (decimal): -6983065 or 6779541. OLE color: 6779541.

HSL color Cylindrical-coordinate representation of color #957267: hue angle of 14.35º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #957267 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 114 103 -
CMYK 0 0.23 0.31 0.42
HSL 14.35º 0.18% 0.49% -
HSV(B) 14.35º 0.31% 0.58% -
XYZ 20.86 19.4 15.48 -
YUV 123.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 149 114 103 0 0.23 0.31 0.42 14.35 0.18 0.49
Hex 95 72 67 0 17 1F 2A E 12 31
Octal 225 162 147 0 27 37 52 16 22 61
Binary 10010101 1110010 1100111 0 10111 11111 101010 1110 10010 110001

Color Harmonies of #957267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957267

Black with #957267

Text Example


Text Example

White with #957267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957267; }

 p { color: rgb(149,114,103); }

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

background-color css

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

 a { background-color: rgb(149,114,103); }

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

border-color css

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

 span { border-color: rgb(149,114,103); }

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