Html Css Color HEX #886F10 Yukon Gold

📋 copy color: '#886F10'

red 136 ◦ green 111 ◦ blue 16

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

Shades of Yukon Gold #886F10

Tints of Yukon Gold #886F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.21%

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 51.71%
G = 42.21%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#886F10 (or 0x886F10) is known color: Yukon Gold. HEX triplet: 88, 6F and 10. RGB value is (136,111,16). Sum of RGB (Red+Green+Blue) = 136+111+16=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #886F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886F10 is #7790EF. Grayscale: #6C6C6C. Windows color (decimal): -7835888 or 1077128. OLE color: 1077128.

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

Color convert

RGB 136 111 16 -
CMYK 0 0.18 0.88 0.47
HSL 47.5º 0.79% 0.3% -
HSV(B) 47.5º 0.88% 0.53% -
XYZ 15.93 16.64 2.86 -
YUV 107.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 136 111 16 0 0.18 0.88 0.47 47.5 0.79 0.3
Hex 88 6F 10 0 12 58 2F 30 4F 1E
Octal 210 157 20 0 22 130 57 60 117 36
Binary 10001000 1101111 10000 0 10010 1011000 101111 110000 1001111 11110

Color Harmonies of #886F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F10

Black with #886F10

Text Example


Text Example

White with #886F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,111,16); }

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

background-color css

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

 a { background-color: rgb(136,111,16); }

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

border-color css

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

 span { border-color: rgb(136,111,16); }

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