Html Css Color HEX #90856E Granite Green

📋 copy color: '#90856E'

red 144 ◦ green 133 ◦ blue 110

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

Shades of Granite Green #90856E

Tints of Granite Green #90856E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 37.21%
G = 34.37%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#90856E (or 0x90856E) is known color: Granite Green. HEX triplet: 90, 85 and 6E. RGB value is (144,133,110). Sum of RGB (Red+Green+Blue) = 144+133+110=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #90856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90856E is #6F7A91. Grayscale: #858585. Windows color (decimal): -7305874 or 7243152. OLE color: 7243152.

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

Color convert

RGB 144 133 110 -
CMYK 0 0.08 0.24 0.44
HSL 40.59º 0.13% 0.5% -
HSV(B) 40.59º 0.24% 0.56% -
XYZ 22.7 23.83 18.15 -
YUV 133.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 144 133 110 0 0.08 0.24 0.44 40.59 0.13 0.5
Hex 90 85 6E 0 8 18 2C 29 D 32
Octal 220 205 156 0 10 30 54 51 15 62
Binary 10010000 10000101 1101110 0 1000 11000 101100 101001 1101 110010

Color Harmonies of #90856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90856E

Black with #90856E

Text Example


Text Example

White with #90856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90856E; }

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

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

background-color css

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

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

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

border-color css

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

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

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