Html Css Color HEX #968463 Granite Green

📋 copy color: '#968463'

red 150 ◦ green 132 ◦ blue 99

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

Shades of Granite Green #968463

Tints of Granite Green #968463

RGB

 RED value IS 150 (58.98% from 255) = 39.37%

 GREEN value IS 132 (51.95% from 255) = 34.65%

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

R = 39.37%
G = 34.65%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#968463 (or 0x968463) is known color: Granite Green. HEX triplet: 96, 84 and 63. RGB value is (150,132,99). Sum of RGB (Red+Green+Blue) = 150+132+99=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #968463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968463 is #697B9C. Grayscale: #858585. Windows color (decimal): -6912925 or 6522006. OLE color: 6522006.

HSL color Cylindrical-coordinate representation of color #968463: hue angle of 38.82º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #968463 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 99 -
CMYK 0 0.12 0.34 0.41
HSL 38.82º 0.2% 0.49% -
HSV(B) 38.82º 0.34% 0.59% -
XYZ 23.08 23.89 15.2 -
YUV 133.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 150 132 99 0 0.12 0.34 0.41 38.82 0.2 0.49
Hex 96 84 63 0 C 22 29 27 14 31
Octal 226 204 143 0 14 42 51 47 24 61
Binary 10010110 10000100 1100011 0 1100 100010 101001 100111 10100 110001

Color Harmonies of #968463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968463

Black with #968463

Text Example


Text Example

White with #968463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968463; }

 p { color: rgb(150,132,99); }

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

background-color css

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

 a { background-color: rgb(150,132,99); }

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

border-color css

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

 span { border-color: rgb(150,132,99); }

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