Html Css Color HEX #998861 Granite Green

📋 copy color: '#998861'

red 153 ◦ green 136 ◦ blue 97

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

Shades of Granite Green #998861

Tints of Granite Green #998861

RGB

 RED value IS 153 (60.16% from 255) = 39.64%

 GREEN value IS 136 (53.52% from 255) = 35.23%

 BLUE value IS 97 (38.28% from 255) = 25.13%

R = 39.64%
G = 35.23%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#998861 (or 0x998861) is known color: Granite Green. HEX triplet: 99, 88 and 61. RGB value is (153,136,97). Sum of RGB (Red+Green+Blue) = 153+136+97=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #998861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998861 is #66779E. Grayscale: #888888. Windows color (decimal): -6715295 or 6391961. OLE color: 6391961.

HSL color Cylindrical-coordinate representation of color #998861: hue angle of 41.79º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #998861 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 136 97 -
CMYK 0 0.11 0.37 0.4
HSL 41.79º 0.22% 0.49% -
HSV(B) 41.79º 0.37% 0.6% -
XYZ 24.1 25.24 14.91 -
YUV 136.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 153 136 97 0 0.11 0.37 0.4 41.79 0.22 0.49
Hex 99 88 61 0 B 25 28 2A 16 31
Octal 231 210 141 0 13 45 50 52 26 61
Binary 10011001 10001000 1100001 0 1011 100101 101000 101010 10110 110001

Color Harmonies of #998861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998861

Black with #998861

Text Example


Text Example

White with #998861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998861; }

 p { color: rgb(153,136,97); }

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

background-color css

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

 a { background-color: rgb(153,136,97); }

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

border-color css

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

 span { border-color: rgb(153,136,97); }

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