Html Css Color HEX #928365 Granite Green

📋 copy color: '#928365'

red 146 ◦ green 131 ◦ blue 101

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

Shades of Granite Green #928365

Tints of Granite Green #928365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.72%

R = 38.62%
G = 34.66%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#928365 (or 0x928365) is known color: Granite Green. HEX triplet: 92, 83 and 65. RGB value is (146,131,101). Sum of RGB (Red+Green+Blue) = 146+131+101=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #928365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928365 is #6D7C9A. Grayscale: #848484. Windows color (decimal): -7175323 or 6652818. OLE color: 6652818.

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

Color convert

RGB 146 131 101 -
CMYK 0 0.10 0.31 0.43
HSL 40º 0.18% 0.48% -
HSV(B) 40º 0.31% 0.57% -
XYZ 22.32 23.28 15.63 -
YUV 132.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 146 131 101 0 0.10 0.31 0.43 40 0.18 0.48
Hex 92 83 65 0 A 1F 2B 28 12 30
Octal 222 203 145 0 12 37 53 50 22 60
Binary 10010010 10000011 1100101 0 1010 11111 101011 101000 10010 110000

Color Harmonies of #928365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928365

Black with #928365

Text Example


Text Example

White with #928365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928365; }

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

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

background-color css

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

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

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

border-color css

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

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

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