Html Css Color HEX #908276 Americano

📋 copy color: '#908276'

red 144 ◦ green 130 ◦ blue 118

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

Shades of Americano #908276

Tints of Americano #908276

RGB

 RED value IS 144 (56.64% from 255) = 36.73%

 GREEN value IS 130 (51.17% from 255) = 33.16%

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 36.73%
G = 33.16%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#908276 (or 0x908276) is known color: Americano. HEX triplet: 90, 82 and 76. RGB value is (144,130,118). Sum of RGB (Red+Green+Blue) = 144+130+118=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #908276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908276 is #6F7D89. Grayscale: #848484. Windows color (decimal): -7306634 or 7766672. OLE color: 7766672.

HSL color Cylindrical-coordinate representation of color #908276: hue angle of 27.69º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #908276 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 130 118 -
CMYK 0 0.10 0.18 0.44
HSL 27.69º 0.1% 0.51% -
HSV(B) 27.69º 0.18% 0.56% -
XYZ 22.75 23.2 20.42 -
YUV 132.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 144 130 118 0 0.10 0.18 0.44 27.69 0.1 0.51
Hex 90 82 76 0 A 12 2C 1C A 33
Octal 220 202 166 0 12 22 54 34 12 63
Binary 10010000 10000010 1110110 0 1010 10010 101100 11100 1010 110011

Color Harmonies of #908276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908276

Black with #908276

Text Example


Text Example

White with #908276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908276; }

 p { color: rgb(144,130,118); }

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

background-color css

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

 a { background-color: rgb(144,130,118); }

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

border-color css

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

 span { border-color: rgb(144,130,118); }

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