Html Css Color HEX #928660 Granite Green

📋 copy color: '#928660'

red 146 ◦ green 134 ◦ blue 96

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

Shades of Granite Green #928660

Tints of Granite Green #928660

RGB

 RED value IS 146 (57.42% from 255) = 38.83%

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

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

R = 38.83%
G = 35.64%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#928660 (or 0x928660) is known color: Granite Green. HEX triplet: 92, 86 and 60. RGB value is (146,134,96). Sum of RGB (Red+Green+Blue) = 146+134+96=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #928660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928660 is #6D799F. Grayscale: #858585. Windows color (decimal): -7174560 or 6325906. OLE color: 6325906.

HSL color Cylindrical-coordinate representation of color #928660: hue angle of 45.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #928660 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 134 96 -
CMYK 0 0.08 0.34 0.43
HSL 45.6º 0.21% 0.47% -
HSV(B) 45.6º 0.34% 0.57% -
XYZ 22.49 24.01 14.51 -
YUV 133.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 146 134 96 0 0.08 0.34 0.43 45.6 0.21 0.47
Hex 92 86 60 0 8 22 2B 2E 15 2F
Octal 222 206 140 0 10 42 53 56 25 57
Binary 10010010 10000110 1100000 0 1000 100010 101011 101110 10101 101111

Color Harmonies of #928660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928660

Black with #928660

Text Example


Text Example

White with #928660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928660; }

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

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

background-color css

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

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

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

border-color css

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

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

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