Html Css Color HEX #886518 Yukon Gold

📋 copy color: '#886518'

red 136 ◦ green 101 ◦ blue 24

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

Shades of Yukon Gold #886518

Tints of Yukon Gold #886518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.7%

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

R = 52.11%
G = 38.7%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#886518 (or 0x886518) is known color: Yukon Gold. HEX triplet: 88, 65 and 18. RGB value is (136,101,24). Sum of RGB (Red+Green+Blue) = 136+101+24=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #886518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886518 is #779AE7. Grayscale: #676767. Windows color (decimal): -7838440 or 1598856. OLE color: 1598856.

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

Color convert

RGB 136 101 24 -
CMYK 0 0.26 0.82 0.47
HSL 41.25º 0.7% 0.31% -
HSV(B) 41.25º 0.82% 0.53% -
XYZ 14.97 14.61 2.89 -
YUV 102.69 83.6 151.76 -
System Red Green Blue C M Y K H S L
Decimal 136 101 24 0 0.26 0.82 0.47 41.25 0.7 0.31
Hex 88 65 18 0 1A 52 2F 29 46 1F
Octal 210 145 30 0 32 122 57 51 106 37
Binary 10001000 1100101 11000 0 11010 1010010 101111 101001 1000110 11111

Color Harmonies of #886518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886518

Black with #886518

Text Example


Text Example

White with #886518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886518; }

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

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

background-color css

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

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

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

border-color css

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

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

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