Html Css Color HEX #908660 Granite Green

📋 copy color: '#908660'

red 144 ◦ green 134 ◦ blue 96

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

Shades of Granite Green #908660

Tints of Granite Green #908660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.83%

 BLUE value IS 96 (37.89% from 255) = 25.67%

R = 38.5%
G = 35.83%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#908660 (or 0x908660) is known color: Granite Green. HEX triplet: 90, 86 and 60. RGB value is (144,134,96). Sum of RGB (Red+Green+Blue) = 144+134+96=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #908660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908660 is #6F799F. Grayscale: #848484. Windows color (decimal): -7305632 or 6325904. OLE color: 6325904.

HSL color Cylindrical-coordinate representation of color #908660: hue angle of 47.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #908660 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 134 96 -
CMYK 0 0.07 0.33 0.44
HSL 47.5º 0.2% 0.47% -
HSV(B) 47.5º 0.33% 0.56% -
XYZ 22.14 23.82 14.5 -
YUV 132.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 144 134 96 0 0.07 0.33 0.44 47.5 0.2 0.47
Hex 90 86 60 0 7 21 2C 30 14 2F
Octal 220 206 140 0 7 41 54 60 24 57
Binary 10010000 10000110 1100000 0 111 100001 101100 110000 10100 101111

Color Harmonies of #908660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908660

Black with #908660

Text Example


Text Example

White with #908660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908660; }

 p { color: rgb(144,134,96); }

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

background-color css

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

 a { background-color: rgb(144,134,96); }

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

border-color css

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

 span { border-color: rgb(144,134,96); }

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