Html Css Color HEX #886A0F Yukon Gold

📋 copy color: '#886A0F'

red 136 ◦ green 106 ◦ blue 15

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

Shades of Yukon Gold #886A0F

Tints of Yukon Gold #886A0F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.25%

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

R = 52.92%
G = 41.25%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#886A0F (or 0x886A0F) is known color: Yukon Gold. HEX triplet: 88, 6A and 0F. RGB value is (136,106,15). Sum of RGB (Red+Green+Blue) = 136+106+15=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #886A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886A0F is #7795F0. Grayscale: #686868. Windows color (decimal): -7837169 or 1010312. OLE color: 1010312.

HSL color Cylindrical-coordinate representation of color #886A0F: hue angle of 45.12º 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 #886A0F is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 15 -
CMYK 0 0.22 0.89 0.47
HSL 45.12º 0.8% 0.3% -
HSV(B) 45.12º 0.89% 0.53% -
XYZ 15.39 15.58 2.65 -
YUV 104.6 77.44 150.4 -
System Red Green Blue C M Y K H S L
Decimal 136 106 15 0 0.22 0.89 0.47 45.12 0.8 0.3
Hex 88 6A F 0 16 59 2F 2D 50 1E
Octal 210 152 17 0 26 131 57 55 120 36
Binary 10001000 1101010 1111 0 10110 1011001 101111 101101 1010000 11110

Color Harmonies of #886A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A0F

Black with #886A0F

Text Example


Text Example

White with #886A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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