Html Css Color HEX #886A18 Yukon Gold

📋 copy color: '#886A18'

red 136 ◦ green 106 ◦ blue 24

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

Shades of Yukon Gold #886A18

Tints of Yukon Gold #886A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 51.13%
G = 39.85%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#886A18 (or 0x886A18) is known color: Yukon Gold. HEX triplet: 88, 6A and 18. RGB value is (136,106,24). Sum of RGB (Red+Green+Blue) = 136+106+24=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #886A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886A18 is #7795E7. Grayscale: #696969. Windows color (decimal): -7837160 or 1600136. OLE color: 1600136.

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

Color convert

RGB 136 106 24 -
CMYK 0 0.22 0.82 0.47
HSL 43.93º 0.7% 0.31% -
HSV(B) 43.93º 0.82% 0.53% -
XYZ 15.47 15.61 3.06 -
YUV 105.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 136 106 24 0 0.22 0.82 0.47 43.93 0.7 0.31
Hex 88 6A 18 0 16 52 2F 2C 46 1F
Octal 210 152 30 0 26 122 57 54 106 37
Binary 10001000 1101010 11000 0 10110 1010010 101111 101100 1000110 11111

Color Harmonies of #886A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A18

Black with #886A18

Text Example


Text Example

White with #886A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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