Html Css Color HEX #908263 Granite Green

📋 copy color: '#908263'

red 144 ◦ green 130 ◦ blue 99

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

Shades of Granite Green #908263

Tints of Granite Green #908263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.85%

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

R = 38.61%
G = 34.85%
B = 26.54%

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

#908263 (or 0x908263) is known color: Granite Green. HEX triplet: 90, 82 and 63. RGB value is (144,130,99). Sum of RGB (Red+Green+Blue) = 144+130+99=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 144 - color contains mainly: red. Hex color #908263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908263 is #6F7D9C. Grayscale: #828282. Windows color (decimal): -7306653 or 6521488. OLE color: 6521488.

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

Color convert

RGB 144 130 99 -
CMYK 0 0.10 0.31 0.44
HSL 41.33º 0.19% 0.48% -
HSV(B) 41.33º 0.31% 0.56% -
XYZ 21.74 22.8 15.06 -
YUV 130.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 144 130 99 0 0.10 0.31 0.44 41.33 0.19 0.48
Hex 90 82 63 0 A 1F 2C 29 13 30
Octal 220 202 143 0 12 37 54 51 23 60
Binary 10010000 10000010 1100011 0 1010 11111 101100 101001 10011 110000

Color Harmonies of #908263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908263

Black with #908263

Text Example


Text Example

White with #908263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908263; }

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

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

background-color css

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

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

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

border-color css

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

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

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