Html Css Color HEX #958B63 Granite Green

📋 copy color: '#958B63'

red 149 ◦ green 139 ◦ blue 99

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

Shades of Granite Green #958B63

Tints of Granite Green #958B63

RGB

 RED value IS 149 (58.59% from 255) = 38.5%

 GREEN value IS 139 (54.69% from 255) = 35.92%

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

R = 38.5%
G = 35.92%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#958B63 (or 0x958B63) is known color: Granite Green. HEX triplet: 95, 8B and 63. RGB value is (149,139,99). Sum of RGB (Red+Green+Blue) = 149+139+99=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #958B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B63 is #6A749C. Grayscale: #898989. Windows color (decimal): -6976669 or 6523797. OLE color: 6523797.

HSL color Cylindrical-coordinate representation of color #958B63: hue angle of 48º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958B63 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 99 -
CMYK 0 0.07 0.34 0.42
HSL 48º 0.2% 0.49% -
HSV(B) 48º 0.34% 0.58% -
XYZ 23.88 25.76 15.52 -
YUV 137.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 149 139 99 0 0.07 0.34 0.42 48 0.2 0.49
Hex 95 8B 63 0 7 22 2A 30 14 31
Octal 225 213 143 0 7 42 52 60 24 61
Binary 10010101 10001011 1100011 0 111 100010 101010 110000 10100 110001

Color Harmonies of #958B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B63

Black with #958B63

Text Example


Text Example

White with #958B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958B63; }

 p { color: rgb(149,139,99); }

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

background-color css

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

 a { background-color: rgb(149,139,99); }

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

border-color css

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

 span { border-color: rgb(149,139,99); }

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