Html Css Color HEX #9C756A Toast

📋 copy color: '#9C756A'

red 156 ◦ green 117 ◦ blue 106

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

Shades of Toast #9C756A

Tints of Toast #9C756A

RGB

 RED value IS 156 (61.33% from 255) = 41.16%

 GREEN value IS 117 (46.09% from 255) = 30.87%

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 41.16%
G = 30.87%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C756A (or 0x9C756A) is known color: Toast. HEX triplet: 9C, 75 and 6A. RGB value is (156,117,106). Sum of RGB (Red+Green+Blue) = 156+117+106=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C756A is #638A95. Grayscale: #7F7F7F. Windows color (decimal): -6523542 or 6976924. OLE color: 6976924.

HSL color Cylindrical-coordinate representation of color #9C756A: hue angle of 13.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C756A is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 117 106 -
CMYK 0 0.25 0.32 0.39
HSL 13.2º 0.2% 0.51% -
HSV(B) 13.2º 0.32% 0.61% -
XYZ 22.67 20.83 16.46 -
YUV 127.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 156 117 106 0 0.25 0.32 0.39 13.2 0.2 0.51
Hex 9C 75 6A 0 19 20 27 D 14 33
Octal 234 165 152 0 31 40 47 15 24 63
Binary 10011100 1110101 1101010 0 11001 100000 100111 1101 10100 110011

Color Harmonies of #9C756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C756A

Black with #9C756A

Text Example


Text Example

White with #9C756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,117,106); }

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

background-color css

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

 a { background-color: rgb(156,117,106); }

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

border-color css

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

 span { border-color: rgb(156,117,106); }

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