Html Css Color HEX #9B7363 Toast

📋 copy color: '#9B7363'

red 155 ◦ green 115 ◦ blue 99

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

Shades of Toast #9B7363

Tints of Toast #9B7363

RGB

 RED value IS 155 (60.94% from 255) = 42.01%

 GREEN value IS 115 (45.31% from 255) = 31.17%

 BLUE value IS 99 (39.06% from 255) = 26.83%

R = 42.01%
G = 31.17%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B7363 (or 0x9B7363) is known color: Toast. HEX triplet: 9B, 73 and 63. RGB value is (155,115,99). Sum of RGB (Red+Green+Blue) = 155+115+99=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7363 is #648C9C. Grayscale: #7D7D7D. Windows color (decimal): -6589597 or 6517659. OLE color: 6517659.

HSL color Cylindrical-coordinate representation of color #9B7363: hue angle of 17.14º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B7363 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 115 99 -
CMYK 0 0.26 0.36 0.39
HSL 17.14º 0.22% 0.5% -
HSV(B) 17.14º 0.36% 0.61% -
XYZ 21.9 20.13 14.54 -
YUV 125.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 155 115 99 0 0.26 0.36 0.39 17.14 0.22 0.5
Hex 9B 73 63 0 1A 24 27 11 16 32
Octal 233 163 143 0 32 44 47 21 26 62
Binary 10011011 1110011 1100011 0 11010 100100 100111 10001 10110 110010

Color Harmonies of #9B7363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7363

Black with #9B7363

Text Example


Text Example

White with #9B7363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B7363; }

 p { color: rgb(155,115,99); }

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

background-color css

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

 a { background-color: rgb(155,115,99); }

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

border-color css

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

 span { border-color: rgb(155,115,99); }

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