Html Css Color HEX #886A08 Yukon Gold

📋 copy color: '#886A08'

red 136 ◦ green 106 ◦ blue 8

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

Shades of Yukon Gold #886A08

Tints of Yukon Gold #886A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 54.4%
G = 42.4%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#886A08 (or 0x886A08) is known color: Yukon Gold. HEX triplet: 88, 6A and 08. RGB value is (136,106,8). Sum of RGB (Red+Green+Blue) = 136+106+8=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #886A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886A08 is #7795F7. Grayscale: #686868. Windows color (decimal): -7837176 or 551560. OLE color: 551560.

HSL color Cylindrical-coordinate representation of color #886A08: hue angle of 45.94º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #886A08 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 8 -
CMYK 0 0.22 0.94 0.47
HSL 45.94º 0.89% 0.28% -
HSV(B) 45.94º 0.94% 0.53% -
XYZ 15.35 15.56 2.42 -
YUV 103.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 136 106 8 0 0.22 0.94 0.47 45.94 0.89 0.28
Hex 88 6A 8 0 16 5E 2F 2E 59 1C
Octal 210 152 10 0 26 136 57 56 131 34
Binary 10001000 1101010 1000 0 10110 1011110 101111 101110 1011001 11100

Color Harmonies of #886A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A08

Black with #886A08

Text Example


Text Example

White with #886A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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