Html Css Color HEX #928363 Granite Green

📋 copy color: '#928363'

red 146 ◦ green 131 ◦ blue 99

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

Shades of Granite Green #928363

Tints of Granite Green #928363

RGB

 RED value IS 146 (57.42% from 255) = 38.83%

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

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

R = 38.83%
G = 34.84%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#928363 (or 0x928363) is known color: Granite Green. HEX triplet: 92, 83 and 63. RGB value is (146,131,99). Sum of RGB (Red+Green+Blue) = 146+131+99=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #928363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928363 is #6D7C9C. Grayscale: #838383. Windows color (decimal): -7175325 or 6521746. OLE color: 6521746.

HSL color Cylindrical-coordinate representation of color #928363: hue angle of 40.85º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928363 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 131 99 -
CMYK 0 0.10 0.32 0.43
HSL 40.85º 0.19% 0.48% -
HSV(B) 40.85º 0.32% 0.57% -
XYZ 22.22 23.24 15.12 -
YUV 131.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 146 131 99 0 0.10 0.32 0.43 40.85 0.19 0.48
Hex 92 83 63 0 A 20 2B 29 13 30
Octal 222 203 143 0 12 40 53 51 23 60
Binary 10010010 10000011 1100011 0 1010 100000 101011 101001 10011 110000

Color Harmonies of #928363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928363

Black with #928363

Text Example


Text Example

White with #928363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928363; }

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

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

background-color css

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

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

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

border-color css

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

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

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