Html Css Color HEX #908161 Granite Green

📋 copy color: '#908161'

red 144 ◦ green 129 ◦ blue 97

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

Shades of Granite Green #908161

Tints of Granite Green #908161

RGB

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

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

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

R = 38.92%
G = 34.86%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#908161 (or 0x908161) is known color: Granite Green. HEX triplet: 90, 81 and 61. RGB value is (144,129,97). Sum of RGB (Red+Green+Blue) = 144+129+97=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 144 - color contains mainly: red. Hex color #908161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908161 is #6F7E9E. Grayscale: #818181. Windows color (decimal): -7306911 or 6390160. OLE color: 6390160.

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

Color convert

RGB 144 129 97 -
CMYK 0 0.10 0.33 0.44
HSL 40.85º 0.2% 0.47% -
HSV(B) 40.85º 0.33% 0.56% -
XYZ 21.51 22.49 14.52 -
YUV 129.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 144 129 97 0 0.10 0.33 0.44 40.85 0.2 0.47
Hex 90 81 61 0 A 21 2C 29 14 2F
Octal 220 201 141 0 12 41 54 51 24 57
Binary 10010000 10000001 1100001 0 1010 100001 101100 101001 10100 101111

Color Harmonies of #908161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908161

Black with #908161

Text Example


Text Example

White with #908161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908161; }

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

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

background-color css

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

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

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

border-color css

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

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

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