Html Css Color HEX #967466 Toast

📋 copy color: '#967466'

red 150 ◦ green 116 ◦ blue 102

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

Shades of Toast #967466

Tints of Toast #967466

RGB

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

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

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

R = 40.76%
G = 31.52%
B = 27.72%

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

#967466 (or 0x967466) is known color: Toast. HEX triplet: 96, 74 and 66. RGB value is (150,116,102). Sum of RGB (Red+Green+Blue) = 150+116+102=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #967466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967466 is #698B99. Grayscale: #7C7C7C. Windows color (decimal): -6917018 or 6714518. OLE color: 6714518.

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

Color convert

RGB 150 116 102 -
CMYK 0 0.23 0.32 0.41
HSL 17.5º 0.19% 0.49% -
HSV(B) 17.5º 0.32% 0.59% -
XYZ 21.22 19.93 15.3 -
YUV 124.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 150 116 102 0 0.23 0.32 0.41 17.5 0.19 0.49
Hex 96 74 66 0 17 20 29 12 13 31
Octal 226 164 146 0 27 40 51 22 23 61
Binary 10010110 1110100 1100110 0 10111 100000 101001 10010 10011 110001

Color Harmonies of #967466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967466

Black with #967466

Text Example


Text Example

White with #967466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967466; }

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

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

background-color css

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

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

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

border-color css

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

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

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