Html Css Color HEX #886E1F Yukon Gold

📋 copy color: '#886E1F'

red 136 ◦ green 110 ◦ blue 31

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

Shades of Yukon Gold #886E1F

Tints of Yukon Gold #886E1F

RGB

 RED value IS 136 (53.52% from 255) = 49.1%

 GREEN value IS 110 (43.36% from 255) = 39.71%

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 49.1%
G = 39.71%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#886E1F (or 0x886E1F) is known color: Yukon Gold. HEX triplet: 88, 6E and 1F. RGB value is (136,110,31). Sum of RGB (Red+Green+Blue) = 136+110+31=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #886E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886E1F is #7791E0. Grayscale: #6D6D6D. Windows color (decimal): -7836129 or 2059912. OLE color: 2059912.

HSL color Cylindrical-coordinate representation of color #886E1F: hue angle of 45.14º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #886E1F is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 110 31 -
CMYK 0 0.19 0.77 0.47
HSL 45.14º 0.63% 0.33% -
HSV(B) 45.14º 0.77% 0.53% -
XYZ 15.98 16.49 3.64 -
YUV 108.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 136 110 31 0 0.19 0.77 0.47 45.14 0.63 0.33
Hex 88 6E 1F 0 13 4D 2F 2D 3F 21
Octal 210 156 37 0 23 115 57 55 77 41
Binary 10001000 1101110 11111 0 10011 1001101 101111 101101 111111 100001

Color Harmonies of #886E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886E1F

Black with #886E1F

Text Example


Text Example

White with #886E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886E1F; }

 p { color: rgb(136,110,31); }

 H1.HeaderClassName
 {
   color: #886E1F;
 }
 .AnyTagClassName
 {
   color: #886E1F;
 }
</style>

background-color css

<style>
 a { background-color: #886E1F; }

 a { background-color: rgb(136,110,31); }

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

border-color css

<style>
 span { border-color: #886E1F; }

 span { border-color: rgb(136,110,31); }

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