Html Css Color HEX #886818 Yukon Gold

📋 copy color: '#886818'

red 136 ◦ green 104 ◦ blue 24

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

Shades of Yukon Gold #886818

Tints of Yukon Gold #886818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.39%

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

R = 51.52%
G = 39.39%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#886818 (or 0x886818) is known color: Yukon Gold. HEX triplet: 88, 68 and 18. RGB value is (136,104,24). Sum of RGB (Red+Green+Blue) = 136+104+24=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #886818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886818 is #7797E7. Grayscale: #686868. Windows color (decimal): -7837672 or 1599624. OLE color: 1599624.

HSL color Cylindrical-coordinate representation of color #886818: hue angle of 42.86º 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 #886818 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 104 24 -
CMYK 0 0.24 0.82 0.47
HSL 42.86º 0.7% 0.31% -
HSV(B) 42.86º 0.82% 0.53% -
XYZ 15.27 15.2 2.99 -
YUV 104.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 136 104 24 0 0.24 0.82 0.47 42.86 0.7 0.31
Hex 88 68 18 0 18 52 2F 2B 46 1F
Octal 210 150 30 0 30 122 57 53 106 37
Binary 10001000 1101000 11000 0 11000 1010010 101111 101011 1000110 11111

Color Harmonies of #886818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886818

Black with #886818

Text Example


Text Example

White with #886818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886818; }

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

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

background-color css

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

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

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

border-color css

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

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

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