Html Css Color HEX #938163 Granite Green

📋 copy color: '#938163'

red 147 ◦ green 129 ◦ blue 99

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

Shades of Granite Green #938163

Tints of Granite Green #938163

RGB

 RED value IS 147 (57.81% from 255) = 39.2%

 GREEN value IS 129 (50.78% from 255) = 34.4%

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

R = 39.2%
G = 34.4%
B = 26.4%

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

#938163 (or 0x938163) is known color: Granite Green. HEX triplet: 93, 81 and 63. RGB value is (147,129,99). Sum of RGB (Red+Green+Blue) = 147+129+99=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #938163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938163 is #6C7E9C. Grayscale: #838383. Windows color (decimal): -7110301 or 6521235. OLE color: 6521235.

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

Color convert

RGB 147 129 99 -
CMYK 0 0.12 0.33 0.42
HSL 37.5º 0.2% 0.48% -
HSV(B) 37.5º 0.33% 0.58% -
XYZ 22.14 22.8 15.04 -
YUV 130.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 147 129 99 0 0.12 0.33 0.42 37.5 0.2 0.48
Hex 93 81 63 0 C 21 2A 26 14 30
Octal 223 201 143 0 14 41 52 46 24 60
Binary 10010011 10000001 1100011 0 1100 100001 101010 100110 10100 110000

Color Harmonies of #938163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938163

Black with #938163

Text Example


Text Example

White with #938163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938163; }

 p { color: rgb(147,129,99); }

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

background-color css

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

 a { background-color: rgb(147,129,99); }

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

border-color css

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

 span { border-color: rgb(147,129,99); }

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