Html Css Color HEX #967566 Toast

📋 copy color: '#967566'

red 150 ◦ green 117 ◦ blue 102

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

Shades of Toast #967566

Tints of Toast #967566

RGB

 RED value IS 150 (58.98% from 255) = 40.65%

 GREEN value IS 117 (46.09% from 255) = 31.71%

 BLUE value IS 102 (40.23% from 255) = 27.64%

R = 40.65%
G = 31.71%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#967566 (or 0x967566) is known color: Toast. HEX triplet: 96, 75 and 66. RGB value is (150,117,102). Sum of RGB (Red+Green+Blue) = 150+117+102=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #967566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967566 is #698A99. Grayscale: #7D7D7D. Windows color (decimal): -6916762 or 6714774. OLE color: 6714774.

HSL color Cylindrical-coordinate representation of color #967566: hue angle of 18.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967566 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 102 -
CMYK 0 0.22 0.32 0.41
HSL 18.75º 0.19% 0.49% -
HSV(B) 18.75º 0.32% 0.59% -
XYZ 21.34 20.17 15.34 -
YUV 125.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 150 117 102 0 0.22 0.32 0.41 18.75 0.19 0.49
Hex 96 75 66 0 16 20 29 13 13 31
Octal 226 165 146 0 26 40 51 23 23 61
Binary 10010110 1110101 1100110 0 10110 100000 101001 10011 10011 110001

Color Harmonies of #967566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967566

Black with #967566

Text Example


Text Example

White with #967566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967566; }

 p { color: rgb(150,117,102); }

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

background-color css

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

 a { background-color: rgb(150,117,102); }

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

border-color css

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

 span { border-color: rgb(150,117,102); }

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