Html Css Color HEX #8B6766 Ferra

📋 copy color: '#8B6766'

red 139 ◦ green 103 ◦ blue 102

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

Shades of Ferra #8B6766

Tints of Ferra #8B6766

RGB

 RED value IS 139 (54.69% from 255) = 40.41%

 GREEN value IS 103 (40.63% from 255) = 29.94%

 BLUE value IS 102 (40.23% from 255) = 29.65%

R = 40.41%
G = 29.94%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B6766 (or 0x8B6766) is known color: Ferra. HEX triplet: 8B, 67 and 66. RGB value is (139,103,102). Sum of RGB (Red+Green+Blue) = 139+103+102=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6766 is #749899. Grayscale: #717171. Windows color (decimal): -7641242 or 6711179. OLE color: 6711179.

HSL color Cylindrical-coordinate representation of color #8B6766: hue angle of 1.62º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6766 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 103 102 -
CMYK 0 0.26 0.27 0.45
HSL 1.62º 0.15% 0.47% -
HSV(B) 1.62º 0.27% 0.55% -
XYZ 17.9 16.15 14.74 -
YUV 113.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 139 103 102 0 0.26 0.27 0.45 1.62 0.15 0.47
Hex 8B 67 66 0 1A 1B 2D 2 F 2F
Octal 213 147 146 0 32 33 55 2 17 57
Binary 10001011 1100111 1100110 0 11010 11011 101101 10 1111 101111

Color Harmonies of #8B6766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6766

Black with #8B6766

Text Example


Text Example

White with #8B6766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B6766; }

 p { color: rgb(139,103,102); }

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

background-color css

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

 a { background-color: rgb(139,103,102); }

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

border-color css

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

 span { border-color: rgb(139,103,102); }

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