Html Css Color HEX #8C6A0E Golden Brown

📋 copy color: '#8C6A0E'

red 140 ◦ green 106 ◦ blue 14

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

Shades of Golden Brown #8C6A0E

Tints of Golden Brown #8C6A0E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.77%

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 53.85%
G = 40.77%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8C6A0E (or 0x8C6A0E) is known color: Golden Brown. HEX triplet: 8C, 6A and 0E. RGB value is (140,106,14). Sum of RGB (Red+Green+Blue) = 140+106+14=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6A0E is #7395F1. Grayscale: #6A6A6A. Windows color (decimal): -7575026 or 944780. OLE color: 944780.

HSL color Cylindrical-coordinate representation of color #8C6A0E: hue angle of 43.81º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C6A0E is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 106 14 -
CMYK 0 0.24 0.90 0.45
HSL 43.81º 0.82% 0.3% -
HSV(B) 43.81º 0.9% 0.55% -
XYZ 16.05 15.92 2.64 -
YUV 105.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 140 106 14 0 0.24 0.90 0.45 43.81 0.82 0.3
Hex 8C 6A E 0 18 5A 2D 2C 52 1E
Octal 214 152 16 0 30 132 55 54 122 36
Binary 10001100 1101010 1110 0 11000 1011010 101101 101100 1010010 11110

Color Harmonies of #8C6A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6A0E

Black with #8C6A0E

Text Example


Text Example

White with #8C6A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,106,14); }

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

background-color css

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

 a { background-color: rgb(140,106,14); }

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

border-color css

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

 span { border-color: rgb(140,106,14); }

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