Html Css Color HEX #967366 Toast

📋 copy color: '#967366'

red 150 ◦ green 115 ◦ blue 102

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

Shades of Toast #967366

Tints of Toast #967366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

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

R = 40.87%
G = 31.34%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#967366 (or 0x967366) is known color: Toast. HEX triplet: 96, 73 and 66. RGB value is (150,115,102). Sum of RGB (Red+Green+Blue) = 150+115+102=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #967366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967366 is #698C99. Grayscale: #7C7C7C. Windows color (decimal): -6917274 or 6714262. OLE color: 6714262.

HSL color Cylindrical-coordinate representation of color #967366: hue angle of 16.25º 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 #967366 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 102 -
CMYK 0 0.23 0.32 0.41
HSL 16.25º 0.19% 0.49% -
HSV(B) 16.25º 0.32% 0.59% -
XYZ 21.11 19.7 15.26 -
YUV 123.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 150 115 102 0 0.23 0.32 0.41 16.25 0.19 0.49
Hex 96 73 66 0 17 20 29 10 13 31
Octal 226 163 146 0 27 40 51 20 23 61
Binary 10010110 1110011 1100110 0 10111 100000 101001 10000 10011 110001

Color Harmonies of #967366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967366

Black with #967366

Text Example


Text Example

White with #967366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967366; }

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

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

background-color css

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

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

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

border-color css

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

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

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