Html Css Color HEX #886F14 Yukon Gold

📋 copy color: '#886F14'

red 136 ◦ green 111 ◦ blue 20

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

Shades of Yukon Gold #886F14

Tints of Yukon Gold #886F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 50.94%
G = 41.57%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#886F14 (or 0x886F14) is known color: Yukon Gold. HEX triplet: 88, 6F and 14. RGB value is (136,111,20). Sum of RGB (Red+Green+Blue) = 136+111+20=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #886F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886F14 is #7790EB. Grayscale: #6C6C6C. Windows color (decimal): -7835884 or 1339272. OLE color: 1339272.

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

Color convert

RGB 136 111 20 -
CMYK 0 0.18 0.85 0.47
HSL 47.07º 0.74% 0.31% -
HSV(B) 47.07º 0.85% 0.53% -
XYZ 15.96 16.65 3.03 -
YUV 108.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 136 111 20 0 0.18 0.85 0.47 47.07 0.74 0.31
Hex 88 6F 14 0 12 55 2F 2F 4A 1F
Octal 210 157 24 0 22 125 57 57 112 37
Binary 10001000 1101111 10100 0 10010 1010101 101111 101111 1001010 11111

Color Harmonies of #886F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F14

Black with #886F14

Text Example


Text Example

White with #886F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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