Html Css Color HEX #997265 Toast

📋 copy color: '#997265'

red 153 ◦ green 114 ◦ blue 101

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

Shades of Toast #997265

Tints of Toast #997265

RGB

 RED value IS 153 (60.16% from 255) = 41.58%

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

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

R = 41.58%
G = 30.98%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#997265 (or 0x997265) is known color: Toast. HEX triplet: 99, 72 and 65. RGB value is (153,114,101). Sum of RGB (Red+Green+Blue) = 153+114+101=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #997265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997265 is #668D9A. Grayscale: #7C7C7C. Windows color (decimal): -6720923 or 6648473. OLE color: 6648473.

HSL color Cylindrical-coordinate representation of color #997265: hue angle of 15º 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 #997265 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 101 -
CMYK 0 0.25 0.34 0.4
HSL 15º 0.2% 0.5% -
HSV(B) 15º 0.34% 0.6% -
XYZ 21.5 19.75 14.99 -
YUV 124.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 153 114 101 0 0.25 0.34 0.4 15 0.2 0.5
Hex 99 72 65 0 19 22 28 F 14 32
Octal 231 162 145 0 31 42 50 17 24 62
Binary 10011001 1110010 1100101 0 11001 100010 101000 1111 10100 110010

Color Harmonies of #997265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997265

Black with #997265

Text Example


Text Example

White with #997265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997265; }

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

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

background-color css

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

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

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

border-color css

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

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

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