Html Css Color HEX #938C63 Granite Green

📋 copy color: '#938C63'

red 147 ◦ green 140 ◦ blue 99

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

Shades of Granite Green #938C63

Tints of Granite Green #938C63

RGB

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

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

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

R = 38.08%
G = 36.27%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#938C63 (or 0x938C63) is known color: Granite Green. HEX triplet: 93, 8C and 63. RGB value is (147,140,99). Sum of RGB (Red+Green+Blue) = 147+140+99=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #938C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C63 is #6C739C. Grayscale: #898989. Windows color (decimal): -7107485 or 6524051. OLE color: 6524051.

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

Color convert

RGB 147 140 99 -
CMYK 0 0.05 0.33 0.42
HSL 51.25º 0.2% 0.48% -
HSV(B) 51.25º 0.33% 0.58% -
XYZ 23.66 25.86 15.55 -
YUV 137.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 147 140 99 0 0.05 0.33 0.42 51.25 0.2 0.48
Hex 93 8C 63 0 5 21 2A 33 14 30
Octal 223 214 143 0 5 41 52 63 24 60
Binary 10010011 10001100 1100011 0 101 100001 101010 110011 10100 110000

Color Harmonies of #938C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C63

Black with #938C63

Text Example


Text Example

White with #938C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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