Html Css Color HEX #93716D Ferra

📋 copy color: '#93716D'

red 147 ◦ green 113 ◦ blue 109

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

Shades of Ferra #93716D

Tints of Ferra #93716D

RGB

 RED value IS 147 (57.81% from 255) = 39.84%

 GREEN value IS 113 (44.53% from 255) = 30.62%

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 39.84%
G = 30.62%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#93716D (or 0x93716D) is known color: Ferra. HEX triplet: 93, 71 and 6D. RGB value is (147,113,109). Sum of RGB (Red+Green+Blue) = 147+113+109=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #93716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93716D is #6C8E92. Grayscale: #7A7A7A. Windows color (decimal): -7114387 or 7172499. OLE color: 7172499.

HSL color Cylindrical-coordinate representation of color #93716D: hue angle of 6.32º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93716D is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 113 109 -
CMYK 0 0.23 0.26 0.42
HSL 6.32º 0.15% 0.5% -
HSV(B) 6.32º 0.26% 0.58% -
XYZ 20.7 19.12 17.07 -
YUV 122.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 147 113 109 0 0.23 0.26 0.42 6.32 0.15 0.5
Hex 93 71 6D 0 17 1A 2A 6 F 32
Octal 223 161 155 0 27 32 52 6 17 62
Binary 10010011 1110001 1101101 0 10111 11010 101010 110 1111 110010

Color Harmonies of #93716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93716D

Black with #93716D

Text Example


Text Example

White with #93716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93716D; }

 p { color: rgb(147,113,109); }

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

background-color css

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

 a { background-color: rgb(147,113,109); }

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

border-color css

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

 span { border-color: rgb(147,113,109); }

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