Html Css Color HEX #8B665D Pharlap

📋 copy color: '#8B665D'

red 139 ◦ green 102 ◦ blue 93

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

Shades of Pharlap #8B665D

Tints of Pharlap #8B665D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 41.62%
G = 30.54%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B665D (or 0x8B665D) is known color: Pharlap. HEX triplet: 8B, 66 and 5D. RGB value is (139,102,93). Sum of RGB (Red+Green+Blue) = 139+102+93=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B665D is #7499A2. Grayscale: #707070. Windows color (decimal): -7641507 or 6121099. OLE color: 6121099.

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

Color convert

RGB 139 102 93 -
CMYK 0 0.27 0.33 0.45
HSL 11.74º 0.2% 0.45% -
HSV(B) 11.74º 0.33% 0.55% -
XYZ 17.37 15.78 12.49 -
YUV 112.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 139 102 93 0 0.27 0.33 0.45 11.74 0.2 0.45
Hex 8B 66 5D 0 1B 21 2D C 14 2D
Octal 213 146 135 0 33 41 55 14 24 55
Binary 10001011 1100110 1011101 0 11011 100001 101101 1100 10100 101101

Color Harmonies of #8B665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B665D

Black with #8B665D

Text Example


Text Example

White with #8B665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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