#967262

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

Shades of Toast #967262

Tints of Toast #967262

Color information

#967262 (or 0x967262) is unknown color: approx Toast. HEX triplet: 96, 72 and 62. RGB value is (150,114,98). Sum of RGB (Red+Green+Blue) = 150+114+98=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #967262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967262 is #698D9D. Grayscale: #7B7B7B. Windows color (decimal): -6917534 or 6451862. OLE color: 6451862.

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

Color convert

RGB15011498-
CMYK00.240.350.41
HSL18.46º20.97%48.63%-
HSV(B)18.46º34.67%58.82%-
XYZ20.819.414.2-
YUV122.94113.93147.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 98 (38.67% from 255) = 27.07%
R=41.44%
G=31.49%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501149800.240.350.4118.4620.9748.63
Hex9672620182329121531
Octal2261621420304351222561
Binary10010110111001011000100110001000111010011001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967262; }

 p { color: rgb(150,114,98); }

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

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

 a { background-color: rgb(150,114,98); }

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

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

 span { border-color: rgb(150,114,98); }

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