Html Css Color HEX #948669 Granite Green

📋 copy color: '#948669'

red 148 ◦ green 134 ◦ blue 105

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

Shades of Granite Green #948669

Tints of Granite Green #948669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.63%

 BLUE value IS 105 (41.41% from 255) = 27.13%

R = 38.24%
G = 34.63%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#948669 (or 0x948669) is known color: Granite Green. HEX triplet: 94, 86 and 69. RGB value is (148,134,105). Sum of RGB (Red+Green+Blue) = 148+134+105=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #948669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948669 is #6B7996. Grayscale: #878787. Windows color (decimal): -7043479 or 6915732. OLE color: 6915732.

HSL color Cylindrical-coordinate representation of color #948669: hue angle of 40.47º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #948669 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 105 -
CMYK 0 0.09 0.29 0.42
HSL 40.47º 0.17% 0.5% -
HSV(B) 40.47º 0.29% 0.58% -
XYZ 23.29 24.37 16.84 -
YUV 134.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 148 134 105 0 0.09 0.29 0.42 40.47 0.17 0.5
Hex 94 86 69 0 9 1D 2A 28 11 32
Octal 224 206 151 0 11 35 52 50 21 62
Binary 10010100 10000110 1101001 0 1001 11101 101010 101000 10001 110010

Color Harmonies of #948669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948669

Black with #948669

Text Example


Text Example

White with #948669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948669; }

 p { color: rgb(148,134,105); }

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

background-color css

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

 a { background-color: rgb(148,134,105); }

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

border-color css

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

 span { border-color: rgb(148,134,105); }

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