Html Css Color HEX #948569 Granite Green

📋 copy color: '#948569'

red 148 ◦ green 133 ◦ blue 105

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

Shades of Granite Green #948569

Tints of Granite Green #948569

RGB

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

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

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

R = 38.34%
G = 34.46%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#948569 (or 0x948569) is known color: Granite Green. HEX triplet: 94, 85 and 69. RGB value is (148,133,105). Sum of RGB (Red+Green+Blue) = 148+133+105=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #948569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948569 is #6B7A96. Grayscale: #868686. Windows color (decimal): -7043735 or 6915476. OLE color: 6915476.

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

Color convert

RGB 148 133 105 -
CMYK 0 0.10 0.29 0.42
HSL 39.07º 0.17% 0.5% -
HSV(B) 39.07º 0.29% 0.58% -
XYZ 23.15 24.09 16.79 -
YUV 134.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 148 133 105 0 0.10 0.29 0.42 39.07 0.17 0.5
Hex 94 85 69 0 A 1D 2A 27 11 32
Octal 224 205 151 0 12 35 52 47 21 62
Binary 10010100 10000101 1101001 0 1010 11101 101010 100111 10001 110010

Color Harmonies of #948569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948569

Black with #948569

Text Example


Text Example

White with #948569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948569; }

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

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

background-color css

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

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

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

border-color css

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

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

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