Html Css Color HEX #8B6665 Ferra

📋 copy color: '#8B6665'

red 139 ◦ green 102 ◦ blue 101

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

Shades of Ferra #8B6665

Tints of Ferra #8B6665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 40.64%
G = 29.82%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B6665 (or 0x8B6665) is known color: Ferra. HEX triplet: 8B, 66 and 65. RGB value is (139,102,101). Sum of RGB (Red+Green+Blue) = 139+102+101=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6665 is #74999A. Grayscale: #707070. Windows color (decimal): -7641499 or 6645387. OLE color: 6645387.

HSL color Cylindrical-coordinate representation of color #8B6665: hue angle of 1.58º degrees, saturation: 0.16, 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 #8B6665 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 102 101 -
CMYK 0 0.27 0.27 0.45
HSL 1.58º 0.16% 0.47% -
HSV(B) 1.58º 0.27% 0.55% -
XYZ 17.75 15.93 14.45 -
YUV 112.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 139 102 101 0 0.27 0.27 0.45 1.58 0.16 0.47
Hex 8B 66 65 0 1B 1B 2D 2 10 2F
Octal 213 146 145 0 33 33 55 2 20 57
Binary 10001011 1100110 1100101 0 11011 11011 101101 10 10000 101111

Color Harmonies of #8B6665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6665

Black with #8B6665

Text Example


Text Example

White with #8B6665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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