Html Css Color HEX #9B7665 Toast

📋 copy color: '#9B7665'

red 155 ◦ green 118 ◦ blue 101

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

Shades of Toast #9B7665

Tints of Toast #9B7665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.55%

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

R = 41.44%
G = 31.55%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B7665 (or 0x9B7665) is known color: Toast. HEX triplet: 9B, 76 and 65. RGB value is (155,118,101). Sum of RGB (Red+Green+Blue) = 155+118+101=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7665 is #64899A. Grayscale: #7F7F7F. Windows color (decimal): -6588827 or 6649499. OLE color: 6649499.

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

Color convert

RGB 155 118 101 -
CMYK 0 0.24 0.35 0.39
HSL 18.89º 0.21% 0.5% -
HSV(B) 18.89º 0.35% 0.61% -
XYZ 22.34 20.87 15.16 -
YUV 127.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 155 118 101 0 0.24 0.35 0.39 18.89 0.21 0.5
Hex 9B 76 65 0 18 23 27 13 15 32
Octal 233 166 145 0 30 43 47 23 25 62
Binary 10011011 1110110 1100101 0 11000 100011 100111 10011 10101 110010

Color Harmonies of #9B7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7665

Black with #9B7665

Text Example


Text Example

White with #9B7665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,118,101); }

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

background-color css

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

 a { background-color: rgb(155,118,101); }

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

border-color css

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

 span { border-color: rgb(155,118,101); }

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