#967369

Color #967369 Toast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Toast #967369

Tints of Toast #967369

Color information

#967369 (or 0x967369) is unknown color: approx Toast. HEX triplet: 96, 73 and 69. RGB value is (150,115,105). Sum of RGB (Red+Green+Blue) = 150+115+105=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #967369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967369 is #698C96. Grayscale: #7C7C7C. Windows color (decimal): -6917271 or 6910870. OLE color: 6910870.

HSL color Cylindrical-coordinate representation of color #967369: hue angle of 13.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #967369 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB150115105-
CMYK00.230.300.41
HSL13.33º17.65%50%-
HSV(B)13.33º30%58.82%-
XYZ21.2619.7716.06-
YUV124.32117.1146.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=40.54%
G=31.08%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011510500.230.300.4113.3317.6550
Hex9673690171E29d1232
Octal2261631510273651152262
Binary100101101110011110100101011111110101001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967369; }

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

 H1.HeaderClassName
 {
   color: #967369;
 }
 .AnyTagClassName
 {
   color: #967369;
 }
</style>
background-color css

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

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

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

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

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

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