Html Css Color HEX #958666 Granite Green

📋 copy color: '#958666'

red 149 ◦ green 134 ◦ blue 102

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

Shades of Granite Green #958666

Tints of Granite Green #958666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 102 (40.23% from 255) = 26.49%

R = 38.7%
G = 34.81%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#958666 (or 0x958666) is known color: Granite Green. HEX triplet: 95, 86 and 66. RGB value is (149,134,102). Sum of RGB (Red+Green+Blue) = 149+134+102=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #958666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958666 is #6A7999. Grayscale: #868686. Windows color (decimal): -6977946 or 6719125. OLE color: 6719125.

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

Color convert

RGB 149 134 102 -
CMYK 0 0.10 0.32 0.42
HSL 40.85º 0.19% 0.49% -
HSV(B) 40.85º 0.32% 0.58% -
XYZ 23.32 24.4 16.05 -
YUV 134.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 149 134 102 0 0.10 0.32 0.42 40.85 0.19 0.49
Hex 95 86 66 0 A 20 2A 29 13 31
Octal 225 206 146 0 12 40 52 51 23 61
Binary 10010101 10000110 1100110 0 1010 100000 101010 101001 10011 110001

Color Harmonies of #958666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958666

Black with #958666

Text Example


Text Example

White with #958666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958666; }

 p { color: rgb(149,134,102); }

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

background-color css

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

 a { background-color: rgb(149,134,102); }

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

border-color css

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

 span { border-color: rgb(149,134,102); }

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