Html Css Color HEX #948261 Granite Green

📋 copy color: '#948261'

red 148 ◦ green 130 ◦ blue 97

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

Shades of Granite Green #948261

Tints of Granite Green #948261

RGB

 RED value IS 148 (58.2% from 255) = 39.47%

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

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

R = 39.47%
G = 34.67%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#948261 (or 0x948261) is known color: Granite Green. HEX triplet: 94, 82 and 61. RGB value is (148,130,97). Sum of RGB (Red+Green+Blue) = 148+130+97=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #948261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948261 is #6B7D9E. Grayscale: #838383. Windows color (decimal): -7044511 or 6390420. OLE color: 6390420.

HSL color Cylindrical-coordinate representation of color #948261: hue angle of 38.82º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #948261 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 130 97 -
CMYK 0 0.12 0.34 0.42
HSL 38.82º 0.21% 0.48% -
HSV(B) 38.82º 0.34% 0.58% -
XYZ 22.35 23.12 14.59 -
YUV 131.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 148 130 97 0 0.12 0.34 0.42 38.82 0.21 0.48
Hex 94 82 61 0 C 22 2A 27 15 30
Octal 224 202 141 0 14 42 52 47 25 60
Binary 10010100 10000010 1100001 0 1100 100010 101010 100111 10101 110000

Color Harmonies of #948261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948261

Black with #948261

Text Example


Text Example

White with #948261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948261; }

 p { color: rgb(148,130,97); }

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

background-color css

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

 a { background-color: rgb(148,130,97); }

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

border-color css

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

 span { border-color: rgb(148,130,97); }

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