Html Css Color HEX #8C6714 Golden Brown

📋 copy color: '#8C6714'

red 140 ◦ green 103 ◦ blue 20

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

Shades of Golden Brown #8C6714

Tints of Golden Brown #8C6714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 53.23%
G = 39.16%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C6714 (or 0x8C6714) is known color: Golden Brown. HEX triplet: 8C, 67 and 14. RGB value is (140,103,20). Sum of RGB (Red+Green+Blue) = 140+103+20=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6714 is #7398EB. Grayscale: #686868. Windows color (decimal): -7575788 or 1337228. OLE color: 1337228.

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

Color convert

RGB 140 103 20 -
CMYK 0 0.26 0.86 0.45
HSL 41.5º 0.75% 0.31% -
HSV(B) 41.5º 0.86% 0.55% -
XYZ 15.79 15.33 2.79 -
YUV 104.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 140 103 20 0 0.26 0.86 0.45 41.5 0.75 0.31
Hex 8C 67 14 0 1A 56 2D 2A 4B 1F
Octal 214 147 24 0 32 126 55 52 113 37
Binary 10001100 1100111 10100 0 11010 1010110 101101 101010 1001011 11111

Color Harmonies of #8C6714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6714

Black with #8C6714

Text Example


Text Example

White with #8C6714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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