Html Css Color HEX #957467 Toast

📋 copy color: '#957467'

red 149 ◦ green 116 ◦ blue 103

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

Shades of Toast #957467

Tints of Toast #957467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.52%

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

R = 40.49%
G = 31.52%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#957467 (or 0x957467) is known color: Toast. HEX triplet: 95, 74 and 67. RGB value is (149,116,103). Sum of RGB (Red+Green+Blue) = 149+116+103=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #957467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957467 is #6A8B98. Grayscale: #7C7C7C. Windows color (decimal): -6982553 or 6780053. OLE color: 6780053.

HSL color Cylindrical-coordinate representation of color #957467: hue angle of 16.96º 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 #957467 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 103 -
CMYK 0 0.22 0.31 0.42
HSL 16.96º 0.18% 0.49% -
HSV(B) 16.96º 0.31% 0.58% -
XYZ 21.09 19.86 15.55 -
YUV 124.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 149 116 103 0 0.22 0.31 0.42 16.96 0.18 0.49
Hex 95 74 67 0 16 1F 2A 11 12 31
Octal 225 164 147 0 26 37 52 21 22 61
Binary 10010101 1110100 1100111 0 10110 11111 101010 10001 10010 110001

Color Harmonies of #957467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957467

Black with #957467

Text Example


Text Example

White with #957467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957467; }

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

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

background-color css

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

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

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

border-color css

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

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

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