Html Css Color HEX #886D0F Yukon Gold

📋 copy color: '#886D0F'

red 136 ◦ green 109 ◦ blue 15

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

Shades of Yukon Gold #886D0F

Tints of Yukon Gold #886D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.92%

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 52.31%
G = 41.92%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#886D0F (or 0x886D0F) is known color: Yukon Gold. HEX triplet: 88, 6D and 0F. RGB value is (136,109,15). Sum of RGB (Red+Green+Blue) = 136+109+15=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #886D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886D0F is #7792F0. Grayscale: #6A6A6A. Windows color (decimal): -7836401 or 1011080. OLE color: 1011080.

HSL color Cylindrical-coordinate representation of color #886D0F: hue angle of 46.61º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #886D0F is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 109 15 -
CMYK 0 0.20 0.89 0.47
HSL 46.61º 0.8% 0.3% -
HSV(B) 46.61º 0.89% 0.53% -
XYZ 15.71 16.21 2.75 -
YUV 106.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 136 109 15 0 0.20 0.89 0.47 46.61 0.8 0.3
Hex 88 6D F 0 14 59 2F 2F 50 1E
Octal 210 155 17 0 24 131 57 57 120 36
Binary 10001000 1101101 1111 0 10100 1011001 101111 101111 1010000 11110

Color Harmonies of #886D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D0F

Black with #886D0F

Text Example


Text Example

White with #886D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,109,15); }

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

background-color css

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

 a { background-color: rgb(136,109,15); }

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

border-color css

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

 span { border-color: rgb(136,109,15); }

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