Html Css Color HEX #886912 Yukon Gold

📋 copy color: '#886912'

red 136 ◦ green 105 ◦ blue 18

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

Shades of Yukon Gold #886912

Tints of Yukon Gold #886912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.54%

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 52.51%
G = 40.54%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#886912 (or 0x886912) is known color: Yukon Gold. HEX triplet: 88, 69 and 12. RGB value is (136,105,18). Sum of RGB (Red+Green+Blue) = 136+105+18=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #886912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886912 is #7796ED. Grayscale: #686868. Windows color (decimal): -7837422 or 1206664. OLE color: 1206664.

HSL color Cylindrical-coordinate representation of color #886912: hue angle of 44.24º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #886912 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 105 18 -
CMYK 0 0.23 0.87 0.47
HSL 44.24º 0.77% 0.3% -
HSV(B) 44.24º 0.87% 0.53% -
XYZ 15.31 15.38 2.73 -
YUV 104.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 136 105 18 0 0.23 0.87 0.47 44.24 0.77 0.3
Hex 88 69 12 0 17 57 2F 2C 4D 1E
Octal 210 151 22 0 27 127 57 54 115 36
Binary 10001000 1101001 10010 0 10111 1010111 101111 101100 1001101 11110

Color Harmonies of #886912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886912

Black with #886912

Text Example


Text Example

White with #886912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886912; }

 p { color: rgb(136,105,18); }

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

background-color css

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

 a { background-color: rgb(136,105,18); }

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

border-color css

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

 span { border-color: rgb(136,105,18); }

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