Html Css Color HEX #8C6765 Ferra

📋 copy color: '#8C6765'

red 140 ◦ green 103 ◦ blue 101

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

Shades of Ferra #8C6765

Tints of Ferra #8C6765

RGB

 RED value IS 140 (55.08% from 255) = 40.7%

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

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

R = 40.7%
G = 29.94%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C6765 (or 0x8C6765) is known color: Ferra. HEX triplet: 8C, 67 and 65. RGB value is (140,103,101). Sum of RGB (Red+Green+Blue) = 140+103+101=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6765 is #73989A. Grayscale: #717171. Windows color (decimal): -7575707 or 6645644. OLE color: 6645644.

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

Color convert

RGB 140 103 101 -
CMYK 0 0.26 0.28 0.45
HSL 3.08º 0.16% 0.47% -
HSV(B) 3.08º 0.28% 0.55% -
XYZ 18.01 16.22 14.49 -
YUV 113.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 140 103 101 0 0.26 0.28 0.45 3.08 0.16 0.47
Hex 8C 67 65 0 1A 1C 2D 3 10 2F
Octal 214 147 145 0 32 34 55 3 20 57
Binary 10001100 1100111 1100101 0 11010 11100 101101 11 10000 101111

Color Harmonies of #8C6765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6765

Black with #8C6765

Text Example


Text Example

White with #8C6765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,103,101); }

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

background-color css

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

 a { background-color: rgb(140,103,101); }

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

border-color css

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

 span { border-color: rgb(140,103,101); }

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