Html Css Color HEX #886F0F Yukon Gold

📋 copy color: '#886F0F'

red 136 ◦ green 111 ◦ blue 15

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

Shades of Yukon Gold #886F0F

Tints of Yukon Gold #886F0F

RGB

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

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

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

R = 51.91%
G = 42.37%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#886F0F (or 0x886F0F) is known color: Yukon Gold. HEX triplet: 88, 6F and 0F. RGB value is (136,111,15). Sum of RGB (Red+Green+Blue) = 136+111+15=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 111 (43.75% from 255 or 42.37% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #886F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886F0F is #7790F0. Grayscale: #6B6B6B. Windows color (decimal): -7835889 or 1011592. OLE color: 1011592.

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

Color convert

RGB 136 111 15 -
CMYK 0 0.18 0.89 0.47
HSL 47.6º 0.8% 0.3% -
HSV(B) 47.6º 0.89% 0.53% -
XYZ 15.92 16.64 2.82 -
YUV 107.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 136 111 15 0 0.18 0.89 0.47 47.6 0.8 0.3
Hex 88 6F F 0 12 59 2F 30 50 1E
Octal 210 157 17 0 22 131 57 60 120 36
Binary 10001000 1101111 1111 0 10010 1011001 101111 110000 1010000 11110

Color Harmonies of #886F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F0F

Black with #886F0F

Text Example


Text Example

White with #886F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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