Html Css Color HEX #938C64 Granite Green

📋 copy color: '#938C64'

red 147 ◦ green 140 ◦ blue 100

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

Shades of Granite Green #938C64

Tints of Granite Green #938C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

 BLUE value IS 100 (39.45% from 255) = 25.84%

R = 37.98%
G = 36.18%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#938C64 (or 0x938C64) is known color: Granite Green. HEX triplet: 93, 8C and 64. RGB value is (147,140,100). Sum of RGB (Red+Green+Blue) = 147+140+100=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #938C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C64 is #6C739B. Grayscale: #898989. Windows color (decimal): -7107484 or 6589587. OLE color: 6589587.

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

Color convert

RGB 147 140 100 -
CMYK 0 0.05 0.32 0.42
HSL 51.06º 0.19% 0.48% -
HSV(B) 51.06º 0.32% 0.58% -
XYZ 23.71 25.88 15.8 -
YUV 137.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 147 140 100 0 0.05 0.32 0.42 51.06 0.19 0.48
Hex 93 8C 64 0 5 20 2A 33 13 30
Octal 223 214 144 0 5 40 52 63 23 60
Binary 10010011 10001100 1100100 0 101 100000 101010 110011 10011 110000

Color Harmonies of #938C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C64

Black with #938C64

Text Example


Text Example

White with #938C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938C64; }

 p { color: rgb(147,140,100); }

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

background-color css

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

 a { background-color: rgb(147,140,100); }

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

border-color css

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

 span { border-color: rgb(147,140,100); }

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