Html Css Color HEX #908270 Schooner

📋 copy color: '#908270'

red 144 ◦ green 130 ◦ blue 112

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

Shades of Schooner #908270

Tints of Schooner #908270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 37.31%
G = 33.68%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#908270 (or 0x908270) is known color: Schooner. HEX triplet: 90, 82 and 70. RGB value is (144,130,112). Sum of RGB (Red+Green+Blue) = 144+130+112=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #908270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908270 is #6F7D8F. Grayscale: #848484. Windows color (decimal): -7306640 or 7373456. OLE color: 7373456.

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

Color convert

RGB 144 130 112 -
CMYK 0 0.10 0.22 0.44
HSL 33.75º 0.13% 0.5% -
HSV(B) 33.75º 0.22% 0.56% -
XYZ 22.41 23.06 18.6 -
YUV 132.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 144 130 112 0 0.10 0.22 0.44 33.75 0.13 0.5
Hex 90 82 70 0 A 16 2C 22 D 32
Octal 220 202 160 0 12 26 54 42 15 62
Binary 10010000 10000010 1110000 0 1010 10110 101100 100010 1101 110010

Color Harmonies of #908270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908270

Black with #908270

Text Example


Text Example

White with #908270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908270; }

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

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

background-color css

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

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

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

border-color css

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

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

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