#948661

Color #948661 Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #948661

Tints of Granite Green #948661

Color information

#948661 (or 0x948661) is unknown color: approx Granite Green. HEX triplet: 94, 86 and 61. RGB value is (148,134,97). Sum of RGB (Red+Green+Blue) = 148+134+97=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #948661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948661 is #6B799E. Grayscale: #868686. Windows color (decimal): -7043487 or 6391444. OLE color: 6391444.

HSL color Cylindrical-coordinate representation of color #948661: hue angle of 43.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #948661 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB14813497-
CMYK00.090.340.42
HSL43.53º20.82%48.04%-
HSV(B)43.53º34.46%58.04%-
XYZ22.924.2114.78-
YUV133.97107.14138.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=39.05%
G=35.36%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481349700.090.340.4243.5320.8248.04
Hex94866109222A2c1530
Octal2242061410114252542560
Binary100101001000011011000010100110001010101010110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948661; }

 p { color: rgb(148,134,97); }

 H1.HeaderClassName
 {
   color: #948661;
 }
 .AnyTagClassName
 {
   color: #948661;
 }
</style>
background-color css

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

 a { background-color: rgb(148,134,97); }

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

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

 span { border-color: rgb(148,134,97); }

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