Html Css Color HEX #908376 Schooner

📋 copy color: '#908376'

red 144 ◦ green 131 ◦ blue 118

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

Shades of Schooner #908376

Tints of Schooner #908376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 36.64%
G = 33.33%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#908376 (or 0x908376) is known color: Schooner. HEX triplet: 90, 83 and 76. RGB value is (144,131,118). Sum of RGB (Red+Green+Blue) = 144+131+118=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 144 - color contains mainly: red. Hex color #908376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908376 is #6F7C89. Grayscale: #858585. Windows color (decimal): -7306378 or 7766928. OLE color: 7766928.

HSL color Cylindrical-coordinate representation of color #908376: hue angle of 30º 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 #908376 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 118 -
CMYK 0 0.09 0.18 0.44
HSL 30º 0.1% 0.51% -
HSV(B) 30º 0.18% 0.56% -
XYZ 22.89 23.47 20.46 -
YUV 133.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 144 131 118 0 0.09 0.18 0.44 30 0.1 0.51
Hex 90 83 76 0 9 12 2C 1E A 33
Octal 220 203 166 0 11 22 54 36 12 63
Binary 10010000 10000011 1110110 0 1001 10010 101100 11110 1010 110011

Color Harmonies of #908376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908376

Black with #908376

Text Example


Text Example

White with #908376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908376; }

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

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

background-color css

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

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

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

border-color css

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

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

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