Html Css Color HEX #987260 Toast

📋 copy color: '#987260'

red 152 ◦ green 114 ◦ blue 96

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

Shades of Toast #987260

Tints of Toast #987260

RGB

 RED value IS 152 (59.77% from 255) = 41.99%

 GREEN value IS 114 (44.92% from 255) = 31.49%

 BLUE value IS 96 (37.89% from 255) = 26.52%

R = 41.99%
G = 31.49%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#987260 (or 0x987260) is known color: Toast. HEX triplet: 98, 72 and 60. RGB value is (152,114,96). Sum of RGB (Red+Green+Blue) = 152+114+96=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #987260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987260 is #678D9F. Grayscale: #7B7B7B. Windows color (decimal): -6786464 or 6320792. OLE color: 6320792.

HSL color Cylindrical-coordinate representation of color #987260: hue angle of 19.29º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #987260 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 114 96 -
CMYK 0 0.25 0.37 0.40
HSL 19.29º 0.23% 0.49% -
HSV(B) 19.29º 0.37% 0.6% -
XYZ 21.08 19.55 13.73 -
YUV 123.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 152 114 96 0 0.25 0.37 0.40 19.29 0.23 0.49
Hex 98 72 60 0 19 25 28 13 17 31
Octal 230 162 140 0 31 45 50 23 27 61
Binary 10011000 1110010 1100000 0 11001 100101 101000 10011 10111 110001

Color Harmonies of #987260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987260

Black with #987260

Text Example


Text Example

White with #987260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987260; }

 p { color: rgb(152,114,96); }

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

background-color css

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

 a { background-color: rgb(152,114,96); }

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

border-color css

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

 span { border-color: rgb(152,114,96); }

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