Html Css Color HEX #948363 Granite Green

📋 copy color: '#948363'

red 148 ◦ green 131 ◦ blue 99

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

Shades of Granite Green #948363

Tints of Granite Green #948363

RGB

 RED value IS 148 (58.2% from 255) = 39.15%

 GREEN value IS 131 (51.56% from 255) = 34.66%

 BLUE value IS 99 (39.06% from 255) = 26.19%

R = 39.15%
G = 34.66%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#948363 (or 0x948363) is known color: Granite Green. HEX triplet: 94, 83 and 63. RGB value is (148,131,99). Sum of RGB (Red+Green+Blue) = 148+131+99=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #948363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948363 is #6B7C9C. Grayscale: #848484. Windows color (decimal): -7044253 or 6521748. OLE color: 6521748.

HSL color Cylindrical-coordinate representation of color #948363: hue angle of 39.18º 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 #948363 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 131 99 -
CMYK 0 0.11 0.33 0.42
HSL 39.18º 0.2% 0.48% -
HSV(B) 39.18º 0.33% 0.58% -
XYZ 22.58 23.43 15.14 -
YUV 132.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 148 131 99 0 0.11 0.33 0.42 39.18 0.2 0.48
Hex 94 83 63 0 B 21 2A 27 14 30
Octal 224 203 143 0 13 41 52 47 24 60
Binary 10010100 10000011 1100011 0 1011 100001 101010 100111 10100 110000

Color Harmonies of #948363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948363

Black with #948363

Text Example


Text Example

White with #948363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948363; }

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

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

background-color css

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

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

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

border-color css

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

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

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