Html Css Color HEX #90887D Schooner

📋 copy color: '#90887D'

red 144 ◦ green 136 ◦ blue 125

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

Shades of Schooner #90887D

Tints of Schooner #90887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 125 (49.22% from 255) = 30.86%

R = 35.56%
G = 33.58%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#90887D (or 0x90887D) is known color: Schooner. HEX triplet: 90, 88 and 7D. RGB value is (144,136,125). Sum of RGB (Red+Green+Blue) = 144+136+125=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 144 - color contains mainly: red. Hex color #90887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90887D is #6F7782. Grayscale: #898989. Windows color (decimal): -7305091 or 8226960. OLE color: 8226960.

HSL color Cylindrical-coordinate representation of color #90887D: hue angle of 34.74º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90887D is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 136 125 -
CMYK 0 0.06 0.13 0.44
HSL 34.74º 0.08% 0.53% -
HSV(B) 34.74º 0.13% 0.56% -
XYZ 24.01 25.02 22.97 -
YUV 137.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 144 136 125 0 0.06 0.13 0.44 34.74 0.08 0.53
Hex 90 88 7D 0 6 D 2C 23 8 35
Octal 220 210 175 0 6 15 54 43 10 65
Binary 10010000 10001000 1111101 0 110 1101 101100 100011 1000 110101

Color Harmonies of #90887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90887D

Black with #90887D

Text Example


Text Example

White with #90887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90887D; }

 p { color: rgb(144,136,125); }

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

background-color css

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

 a { background-color: rgb(144,136,125); }

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

border-color css

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

 span { border-color: rgb(144,136,125); }

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