Html Css Color HEX #94706C Ferra

📋 copy color: '#94706C'

red 148 ◦ green 112 ◦ blue 108

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

Shades of Ferra #94706C

Tints of Ferra #94706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.43%

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 40.22%
G = 30.43%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94706C (or 0x94706C) is known color: Ferra. HEX triplet: 94, 70 and 6C. RGB value is (148,112,108). Sum of RGB (Red+Green+Blue) = 148+112+108=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #94706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94706C is #6B8F93. Grayscale: #7A7A7A. Windows color (decimal): -7049108 or 7106708. OLE color: 7106708.

HSL color Cylindrical-coordinate representation of color #94706C: hue angle of 6º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94706C is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 108 -
CMYK 0 0.24 0.27 0.42
HSL 0.16% 0.5% -
HSV(B) 0.27% 0.58% -
XYZ 20.71 18.97 16.76 -
YUV 122.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 148 112 108 0 0.24 0.27 0.42 6 0.16 0.5
Hex 94 70 6C 0 18 1B 2A 6 10 32
Octal 224 160 154 0 30 33 52 6 20 62
Binary 10010100 1110000 1101100 0 11000 11011 101010 110 10000 110010

Color Harmonies of #94706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94706C

Black with #94706C

Text Example


Text Example

White with #94706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94706C; }

 p { color: rgb(148,112,108); }

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

background-color css

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

 a { background-color: rgb(148,112,108); }

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

border-color css

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

 span { border-color: rgb(148,112,108); }

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