Html Css Color HEX #886313 Yukon Gold

📋 copy color: '#886313'

red 136 ◦ green 99 ◦ blue 19

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

Shades of Yukon Gold #886313

Tints of Yukon Gold #886313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.98%

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

R = 53.54%
G = 38.98%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#886313 (or 0x886313) is known color: Yukon Gold. HEX triplet: 88, 63 and 13. RGB value is (136,99,19). Sum of RGB (Red+Green+Blue) = 136+99+19=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #886313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886313 is #779CEC. Grayscale: #656565. Windows color (decimal): -7838957 or 1270664. OLE color: 1270664.

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

Color convert

RGB 136 99 19 -
CMYK 0 0.27 0.86 0.47
HSL 41.03º 0.75% 0.3% -
HSV(B) 41.03º 0.86% 0.53% -
XYZ 14.73 14.2 2.58 -
YUV 100.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 136 99 19 0 0.27 0.86 0.47 41.03 0.75 0.3
Hex 88 63 13 0 1B 56 2F 29 4B 1E
Octal 210 143 23 0 33 126 57 51 113 36
Binary 10001000 1100011 10011 0 11011 1010110 101111 101001 1001011 11110

Color Harmonies of #886313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886313

Black with #886313

Text Example


Text Example

White with #886313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886313; }

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

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

background-color css

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

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

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

border-color css

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

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

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