Html Css Color HEX #886513 Yukon Gold

📋 copy color: '#886513'

red 136 ◦ green 101 ◦ blue 19

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

Shades of Yukon Gold #886513

Tints of Yukon Gold #886513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 53.13%
G = 39.45%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#886513 (or 0x886513) is known color: Yukon Gold. HEX triplet: 88, 65 and 13. RGB value is (136,101,19). Sum of RGB (Red+Green+Blue) = 136+101+19=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #886513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886513 is #779AEC. Grayscale: #666666. Windows color (decimal): -7838445 or 1271176. OLE color: 1271176.

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

Color convert

RGB 136 101 19 -
CMYK 0 0.26 0.86 0.47
HSL 42.05º 0.75% 0.3% -
HSV(B) 42.05º 0.86% 0.53% -
XYZ 14.92 14.59 2.65 -
YUV 102.12 81.1 152.17 -
System Red Green Blue C M Y K H S L
Decimal 136 101 19 0 0.26 0.86 0.47 42.05 0.75 0.3
Hex 88 65 13 0 1A 56 2F 2A 4B 1E
Octal 210 145 23 0 32 126 57 52 113 36
Binary 10001000 1100101 10011 0 11010 1010110 101111 101010 1001011 11110

Color Harmonies of #886513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886513

Black with #886513

Text Example


Text Example

White with #886513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886513; }

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

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

background-color css

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

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

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

border-color css

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

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

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