Html Css Color HEX #8E681A Golden Brown

📋 copy color: '#8E681A'

red 142 ◦ green 104 ◦ blue 26

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

Shades of Golden Brown #8E681A

Tints of Golden Brown #8E681A

RGB

 RED value IS 142 (55.86% from 255) = 52.21%

 GREEN value IS 104 (41.02% from 255) = 38.24%

 BLUE value IS 26 (10.55% from 255) = 9.56%

R = 52.21%
G = 38.24%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E681A (or 0x8E681A) is known color: Golden Brown. HEX triplet: 8E, 68 and 1A. RGB value is (142,104,26). Sum of RGB (Red+Green+Blue) = 142+104+26=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E681A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E681A is #7197E5. Grayscale: #6A6A6A. Windows color (decimal): -7444454 or 1730702. OLE color: 1730702.

HSL color Cylindrical-coordinate representation of color #8E681A: hue angle of 40.34º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E681A is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 104 26 -
CMYK 0 0.27 0.82 0.44
HSL 40.34º 0.69% 0.33% -
HSV(B) 40.34º 0.82% 0.56% -
XYZ 16.29 15.73 3.15 -
YUV 106.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 142 104 26 0 0.27 0.82 0.44 40.34 0.69 0.33
Hex 8E 68 1A 0 1B 52 2C 28 45 21
Octal 216 150 32 0 33 122 54 50 105 41
Binary 10001110 1101000 11010 0 11011 1010010 101100 101000 1000101 100001

Color Harmonies of #8E681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E681A

Black with #8E681A

Text Example


Text Example

White with #8E681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,104,26); }

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

background-color css

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

 a { background-color: rgb(142,104,26); }

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

border-color css

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

 span { border-color: rgb(142,104,26); }

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