Html Css Color HEX #967467 Toast

📋 copy color: '#967467'

red 150 ◦ green 116 ◦ blue 103

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

Shades of Toast #967467

Tints of Toast #967467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.91%

R = 40.65%
G = 31.44%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#967467 (or 0x967467) is known color: Toast. HEX triplet: 96, 74 and 67. RGB value is (150,116,103). Sum of RGB (Red+Green+Blue) = 150+116+103=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #967467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967467 is #698B98. Grayscale: #7C7C7C. Windows color (decimal): -6917017 or 6780054. OLE color: 6780054.

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

Color convert

RGB 150 116 103 -
CMYK 0 0.23 0.31 0.41
HSL 16.6º 0.19% 0.5% -
HSV(B) 16.6º 0.31% 0.59% -
XYZ 21.27 19.95 15.56 -
YUV 124.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 150 116 103 0 0.23 0.31 0.41 16.6 0.19 0.5
Hex 96 74 67 0 17 1F 29 11 13 32
Octal 226 164 147 0 27 37 51 21 23 62
Binary 10010110 1110100 1100111 0 10111 11111 101001 10001 10011 110010

Color Harmonies of #967467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967467

Black with #967467

Text Example


Text Example

White with #967467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967467; }

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

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

background-color css

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

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

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

border-color css

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

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

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