Html Css Color HEX #908575 Schooner

📋 copy color: '#908575'

red 144 ◦ green 133 ◦ blue 117

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

Shades of Schooner #908575

Tints of Schooner #908575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 36.55%
G = 33.76%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#908575 (or 0x908575) is known color: Schooner. HEX triplet: 90, 85 and 75. RGB value is (144,133,117). Sum of RGB (Red+Green+Blue) = 144+133+117=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #908575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908575 is #6F7A8A. Grayscale: #868686. Windows color (decimal): -7305867 or 7701904. OLE color: 7701904.

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

Color convert

RGB 144 133 117 -
CMYK 0 0.08 0.19 0.44
HSL 35.56º 0.11% 0.51% -
HSV(B) 35.56º 0.19% 0.56% -
XYZ 23.1 23.99 20.24 -
YUV 134.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 144 133 117 0 0.08 0.19 0.44 35.56 0.11 0.51
Hex 90 85 75 0 8 13 2C 24 B 33
Octal 220 205 165 0 10 23 54 44 13 63
Binary 10010000 10000101 1110101 0 1000 10011 101100 100100 1011 110011

Color Harmonies of #908575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908575

Black with #908575

Text Example


Text Example

White with #908575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908575; }

 p { color: rgb(144,133,117); }

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

background-color css

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

 a { background-color: rgb(144,133,117); }

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

border-color css

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

 span { border-color: rgb(144,133,117); }

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