Html Css Color HEX #94865E Granite Green

📋 copy color: '#94865E'

red 148 ◦ green 134 ◦ blue 94

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

Shades of Granite Green #94865E

Tints of Granite Green #94865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25%

R = 39.36%
G = 35.64%
B = 25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94865E (or 0x94865E) is known color: Granite Green. HEX triplet: 94, 86 and 5E. RGB value is (148,134,94). Sum of RGB (Red+Green+Blue) = 148+134+94=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #94865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94865E is #6B79A1. Grayscale: #858585. Windows color (decimal): -7043490 or 6194836. OLE color: 6194836.

HSL color Cylindrical-coordinate representation of color #94865E: hue angle of 44.44º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94865E is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 94 -
CMYK 0 0.09 0.36 0.42
HSL 44.44º 0.22% 0.47% -
HSV(B) 44.44º 0.36% 0.58% -
XYZ 22.76 24.15 14.05 -
YUV 133.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 148 134 94 0 0.09 0.36 0.42 44.44 0.22 0.47
Hex 94 86 5E 0 9 24 2A 2C 16 2F
Octal 224 206 136 0 11 44 52 54 26 57
Binary 10010100 10000110 1011110 0 1001 100100 101010 101100 10110 101111

Color Harmonies of #94865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94865E

Black with #94865E

Text Example


Text Example

White with #94865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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