Html Css Color HEX #987265 Toast

📋 copy color: '#987265'

red 152 ◦ green 114 ◦ blue 101

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

Shades of Toast #987265

Tints of Toast #987265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 41.42%
G = 31.06%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#987265 (or 0x987265) is known color: Toast. HEX triplet: 98, 72 and 65. RGB value is (152,114,101). Sum of RGB (Red+Green+Blue) = 152+114+101=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #987265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987265 is #678D9A. Grayscale: #7B7B7B. Windows color (decimal): -6786459 or 6648472. OLE color: 6648472.

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

Color convert

RGB 152 114 101 -
CMYK 0 0.25 0.34 0.40
HSL 15.29º 0.2% 0.5% -
HSV(B) 15.29º 0.34% 0.6% -
XYZ 21.32 19.65 14.98 -
YUV 123.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 152 114 101 0 0.25 0.34 0.40 15.29 0.2 0.5
Hex 98 72 65 0 19 22 28 F 14 32
Octal 230 162 145 0 31 42 50 17 24 62
Binary 10011000 1110010 1100101 0 11001 100010 101000 1111 10100 110010

Color Harmonies of #987265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987265

Black with #987265

Text Example


Text Example

White with #987265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987265; }

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

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

background-color css

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

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

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

border-color css

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

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

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