Html Css Color HEX #8C6711 Golden Brown

📋 copy color: '#8C6711'

red 140 ◦ green 103 ◦ blue 17

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

Shades of Golden Brown #8C6711

Tints of Golden Brown #8C6711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 53.85%
G = 39.62%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8C6711 (or 0x8C6711) is known color: Golden Brown. HEX triplet: 8C, 67 and 11. RGB value is (140,103,17). Sum of RGB (Red+Green+Blue) = 140+103+17=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6711 is #7398EE. Grayscale: #686868. Windows color (decimal): -7575791 or 1140620. OLE color: 1140620.

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

Color convert

RGB 140 103 17 -
CMYK 0 0.26 0.88 0.45
HSL 41.95º 0.78% 0.31% -
HSV(B) 41.95º 0.88% 0.55% -
XYZ 15.77 15.32 2.66 -
YUV 104.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 140 103 17 0 0.26 0.88 0.45 41.95 0.78 0.31
Hex 8C 67 11 0 1A 58 2D 2A 4E 1F
Octal 214 147 21 0 32 130 55 52 116 37
Binary 10001100 1100111 10001 0 11010 1011000 101101 101010 1001110 11111

Color Harmonies of #8C6711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6711

Black with #8C6711

Text Example


Text Example

White with #8C6711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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