Html Css Color HEX #908365 Granite Green

📋 copy color: '#908365'

red 144 ◦ green 131 ◦ blue 101

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

Shades of Granite Green #908365

Tints of Granite Green #908365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

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

R = 38.3%
G = 34.84%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#908365 (or 0x908365) is known color: Granite Green. HEX triplet: 90, 83 and 65. RGB value is (144,131,101). Sum of RGB (Red+Green+Blue) = 144+131+101=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #908365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908365 is #6F7C9A. Grayscale: #838383. Windows color (decimal): -7306395 or 6652816. OLE color: 6652816.

HSL color Cylindrical-coordinate representation of color #908365: hue angle of 41.86º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908365 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 101 -
CMYK 0 0.09 0.30 0.44
HSL 41.86º 0.18% 0.48% -
HSV(B) 41.86º 0.3% 0.56% -
XYZ 21.97 23.1 15.61 -
YUV 131.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 144 131 101 0 0.09 0.30 0.44 41.86 0.18 0.48
Hex 90 83 65 0 9 1E 2C 2A 12 30
Octal 220 203 145 0 11 36 54 52 22 60
Binary 10010000 10000011 1100101 0 1001 11110 101100 101010 10010 110000

Color Harmonies of #908365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908365

Black with #908365

Text Example


Text Example

White with #908365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908365; }

 p { color: rgb(144,131,101); }

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

background-color css

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

 a { background-color: rgb(144,131,101); }

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

border-color css

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

 span { border-color: rgb(144,131,101); }

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