Html Css Color HEX #958665 Granite Green

📋 copy color: '#958665'

red 149 ◦ green 134 ◦ blue 101

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

Shades of Granite Green #958665

Tints of Granite Green #958665

RGB

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

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

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

R = 38.8%
G = 34.9%
B = 26.3%

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

#958665 (or 0x958665) is known color: Granite Green. HEX triplet: 95, 86 and 65. RGB value is (149,134,101). Sum of RGB (Red+Green+Blue) = 149+134+101=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #958665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958665 is #6A799A. Grayscale: #868686. Windows color (decimal): -6977947 or 6653589. OLE color: 6653589.

HSL color Cylindrical-coordinate representation of color #958665: hue angle of 41.25º 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 #958665 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 134 101 -
CMYK 0 0.10 0.32 0.42
HSL 41.25º 0.19% 0.49% -
HSV(B) 41.25º 0.32% 0.58% -
XYZ 23.27 24.38 15.79 -
YUV 134.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 149 134 101 0 0.10 0.32 0.42 41.25 0.19 0.49
Hex 95 86 65 0 A 20 2A 29 13 31
Octal 225 206 145 0 12 40 52 51 23 61
Binary 10010101 10000110 1100101 0 1010 100000 101010 101001 10011 110001

Color Harmonies of #958665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958665

Black with #958665

Text Example


Text Example

White with #958665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958665; }

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

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

background-color css

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

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

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

border-color css

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

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

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