Html Css Color HEX #948263 Granite Green

📋 copy color: '#948263'

red 148 ◦ green 130 ◦ blue 99

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

Shades of Granite Green #948263

Tints of Granite Green #948263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

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

R = 39.26%
G = 34.48%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#948263 (or 0x948263) is known color: Granite Green. HEX triplet: 94, 82 and 63. RGB value is (148,130,99). Sum of RGB (Red+Green+Blue) = 148+130+99=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 148 - color contains mainly: red. Hex color #948263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948263 is #6B7D9C. Grayscale: #838383. Windows color (decimal): -7044509 or 6521492. OLE color: 6521492.

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

Color convert

RGB 148 130 99 -
CMYK 0 0.12 0.33 0.42
HSL 37.96º 0.2% 0.48% -
HSV(B) 37.96º 0.33% 0.58% -
XYZ 22.45 23.16 15.09 -
YUV 131.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 148 130 99 0 0.12 0.33 0.42 37.96 0.2 0.48
Hex 94 82 63 0 C 21 2A 26 14 30
Octal 224 202 143 0 14 41 52 46 24 60
Binary 10010100 10000010 1100011 0 1100 100001 101010 100110 10100 110000

Color Harmonies of #948263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948263

Black with #948263

Text Example


Text Example

White with #948263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948263; }

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

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

background-color css

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

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

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

border-color css

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

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

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