Html Css Color HEX #90856C Granite Green

📋 copy color: '#90856C'

red 144 ◦ green 133 ◦ blue 108

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

Shades of Granite Green #90856C

Tints of Granite Green #90856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.05%

R = 37.4%
G = 34.55%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#90856C (or 0x90856C) is known color: Granite Green. HEX triplet: 90, 85 and 6C. RGB value is (144,133,108). Sum of RGB (Red+Green+Blue) = 144+133+108=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #90856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90856C is #6F7A93. Grayscale: #858585. Windows color (decimal): -7305876 or 7112080. OLE color: 7112080.

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

Color convert

RGB 144 133 108 -
CMYK 0 0.08 0.25 0.44
HSL 41.67º 0.14% 0.49% -
HSV(B) 41.67º 0.25% 0.56% -
XYZ 22.6 23.79 17.59 -
YUV 133.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 144 133 108 0 0.08 0.25 0.44 41.67 0.14 0.49
Hex 90 85 6C 0 8 19 2C 2A E 31
Octal 220 205 154 0 10 31 54 52 16 61
Binary 10010000 10000101 1101100 0 1000 11001 101100 101010 1110 110001

Color Harmonies of #90856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90856C

Black with #90856C

Text Example


Text Example

White with #90856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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