#948C63

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

Shades of Granite Green #948C63

Tints of Granite Green #948C63

Color information

#948C63 (or 0x948C63) is unknown color: approx Granite Green. HEX triplet: 94, 8C and 63. RGB value is (148,140,99). Sum of RGB (Red+Green+Blue) = 148+140+99=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #948C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C63 is #6B739C. Grayscale: #898989. Windows color (decimal): -7041949 or 6524052. OLE color: 6524052.

HSL color Cylindrical-coordinate representation of color #948C63: hue angle of 50.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #948C63 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14814099-
CMYK00.050.330.42
HSL50.2º19.84%48.43%-
HSV(B)50.2º33.11%58.04%-
XYZ23.8425.9515.56-
YUV137.72106.15135.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=38.24%
G=36.18%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481409900.050.330.4250.219.8448.43
Hex948C6305212A321430
Octal224214143054152622460
Binary10010100100011001100011010110000110101011001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948C63; }

 p { color: rgb(148,140,99); }

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

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

 a { background-color: rgb(148,140,99); }

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

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

 span { border-color: rgb(148,140,99); }

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