Html Css Color HEX #908866 Granite Green

📋 copy color: '#908866'

red 144 ◦ green 136 ◦ blue 102

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

Shades of Granite Green #908866

Tints of Granite Green #908866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.7%

R = 37.7%
G = 35.6%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#908866 (or 0x908866) is known color: Granite Green. HEX triplet: 90, 88 and 66. RGB value is (144,136,102). Sum of RGB (Red+Green+Blue) = 144+136+102=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #908866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908866 is #6F7799. Grayscale: #868686. Windows color (decimal): -7305114 or 6719632. OLE color: 6719632.

HSL color Cylindrical-coordinate representation of color #908866: hue angle of 48.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #908866 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 136 102 -
CMYK 0 0.06 0.29 0.44
HSL 48.57º 0.17% 0.48% -
HSV(B) 48.57º 0.29% 0.56% -
XYZ 22.7 24.5 16.1 -
YUV 134.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 144 136 102 0 0.06 0.29 0.44 48.57 0.17 0.48
Hex 90 88 66 0 6 1D 2C 31 11 30
Octal 220 210 146 0 6 35 54 61 21 60
Binary 10010000 10001000 1100110 0 110 11101 101100 110001 10001 110000

Color Harmonies of #908866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908866

Black with #908866

Text Example


Text Example

White with #908866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908866; }

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

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

background-color css

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

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

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

border-color css

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

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

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