Html Css Color HEX #908561 Granite Green

📋 copy color: '#908561'

red 144 ◦ green 133 ◦ blue 97

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

Shades of Granite Green #908561

Tints of Granite Green #908561

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

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

R = 38.5%
G = 35.56%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#908561 (or 0x908561) is known color: Granite Green. HEX triplet: 90, 85 and 61. RGB value is (144,133,97). Sum of RGB (Red+Green+Blue) = 144+133+97=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #908561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908561 is #6F7A9E. Grayscale: #848484. Windows color (decimal): -7305887 or 6391184. OLE color: 6391184.

HSL color Cylindrical-coordinate representation of color #908561: hue angle of 45.96º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #908561 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 133 97 -
CMYK 0 0.08 0.33 0.44
HSL 45.96º 0.2% 0.47% -
HSV(B) 45.96º 0.33% 0.56% -
XYZ 22.05 23.57 14.7 -
YUV 132.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 144 133 97 0 0.08 0.33 0.44 45.96 0.2 0.47
Hex 90 85 61 0 8 21 2C 2E 14 2F
Octal 220 205 141 0 10 41 54 56 24 57
Binary 10010000 10000101 1100001 0 1000 100001 101100 101110 10100 101111

Color Harmonies of #908561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908561

Black with #908561

Text Example


Text Example

White with #908561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908561; }

 p { color: rgb(144,133,97); }

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

background-color css

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

 a { background-color: rgb(144,133,97); }

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

border-color css

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

 span { border-color: rgb(144,133,97); }

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