Html Css Color HEX #886E0A Yukon Gold

📋 copy color: '#886E0A'

red 136 ◦ green 110 ◦ blue 10

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

Shades of Yukon Gold #886E0A

Tints of Yukon Gold #886E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 53.13%
G = 42.97%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#886E0A (or 0x886E0A) is known color: Yukon Gold. HEX triplet: 88, 6E and 0A. RGB value is (136,110,10). Sum of RGB (Red+Green+Blue) = 136+110+10=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #886E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886E0A is #7791F5. Grayscale: #6A6A6A. Windows color (decimal): -7836150 or 683656. OLE color: 683656.

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

Color convert

RGB 136 110 10 -
CMYK 0 0.19 0.93 0.47
HSL 47.62º 0.86% 0.29% -
HSV(B) 47.62º 0.93% 0.53% -
XYZ 15.78 16.41 2.62 -
YUV 106.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 136 110 10 0 0.19 0.93 0.47 47.62 0.86 0.29
Hex 88 6E A 0 13 5D 2F 30 56 1D
Octal 210 156 12 0 23 135 57 60 126 35
Binary 10001000 1101110 1010 0 10011 1011101 101111 110000 1010110 11101

Color Harmonies of #886E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886E0A

Black with #886E0A

Text Example


Text Example

White with #886E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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