Html Css Color HEX #908163 Granite Green

📋 copy color: '#908163'

red 144 ◦ green 129 ◦ blue 99

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

Shades of Granite Green #908163

Tints of Granite Green #908163

RGB

 RED value IS 144 (56.64% from 255) = 38.71%

 GREEN value IS 129 (50.78% from 255) = 34.68%

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

R = 38.71%
G = 34.68%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#908163 (or 0x908163) is known color: Granite Green. HEX triplet: 90, 81 and 63. RGB value is (144,129,99). Sum of RGB (Red+Green+Blue) = 144+129+99=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #908163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908163 is #6F7E9C. Grayscale: #828282. Windows color (decimal): -7306909 or 6521232. OLE color: 6521232.

HSL color Cylindrical-coordinate representation of color #908163: hue angle of 40º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #908163 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 129 99 -
CMYK 0 0.10 0.31 0.44
HSL 40º 0.19% 0.48% -
HSV(B) 40º 0.31% 0.56% -
XYZ 21.6 22.53 15.01 -
YUV 130.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 144 129 99 0 0.10 0.31 0.44 40 0.19 0.48
Hex 90 81 63 0 A 1F 2C 28 13 30
Octal 220 201 143 0 12 37 54 50 23 60
Binary 10010000 10000001 1100011 0 1010 11111 101100 101000 10011 110000

Color Harmonies of #908163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908163

Black with #908163

Text Example


Text Example

White with #908163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908163; }

 p { color: rgb(144,129,99); }

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

background-color css

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

 a { background-color: rgb(144,129,99); }

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

border-color css

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

 span { border-color: rgb(144,129,99); }

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