Html Css Color HEX #8E691B Golden Brown

📋 copy color: '#8E691B'

red 142 ◦ green 105 ◦ blue 27

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

Shades of Golden Brown #8E691B

Tints of Golden Brown #8E691B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.32%

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 51.82%
G = 38.32%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8E691B (or 0x8E691B) is known color: Golden Brown. HEX triplet: 8E, 69 and 1B. RGB value is (142,105,27). Sum of RGB (Red+Green+Blue) = 142+105+27=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E691B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E691B is #7196E4. Grayscale: #6B6B6B. Windows color (decimal): -7444197 or 1796494. OLE color: 1796494.

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

Color convert

RGB 142 105 27 -
CMYK 0 0.26 0.81 0.44
HSL 40.7º 0.68% 0.33% -
HSV(B) 40.7º 0.81% 0.56% -
XYZ 16.4 15.93 3.25 -
YUV 107.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 142 105 27 0 0.26 0.81 0.44 40.7 0.68 0.33
Hex 8E 69 1B 0 1A 51 2C 29 44 21
Octal 216 151 33 0 32 121 54 51 104 41
Binary 10001110 1101001 11011 0 11010 1010001 101100 101001 1000100 100001

Color Harmonies of #8E691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E691B

Black with #8E691B

Text Example


Text Example

White with #8E691B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,105,27); }

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

background-color css

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

 a { background-color: rgb(142,105,27); }

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

border-color css

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

 span { border-color: rgb(142,105,27); }

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