Html Css Color HEX #886A1F Yukon Gold

📋 copy color: '#886A1F'

red 136 ◦ green 106 ◦ blue 31

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

Shades of Yukon Gold #886A1F

Tints of Yukon Gold #886A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 49.82%
G = 38.83%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#886A1F (or 0x886A1F) is known color: Yukon Gold. HEX triplet: 88, 6A and 1F. RGB value is (136,106,31). Sum of RGB (Red+Green+Blue) = 136+106+31=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #886A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A1F is #7795E0. Grayscale: #6A6A6A. Windows color (decimal): -7837153 or 2058888. OLE color: 2058888.

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

Color convert

RGB 136 106 31 -
CMYK 0 0.22 0.77 0.47
HSL 42.86º 0.63% 0.33% -
HSV(B) 42.86º 0.77% 0.53% -
XYZ 15.55 15.64 3.5 -
YUV 106.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 136 106 31 0 0.22 0.77 0.47 42.86 0.63 0.33
Hex 88 6A 1F 0 16 4D 2F 2B 3F 21
Octal 210 152 37 0 26 115 57 53 77 41
Binary 10001000 1101010 11111 0 10110 1001101 101111 101011 111111 100001

Color Harmonies of #886A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A1F

Black with #886A1F

Text Example


Text Example

White with #886A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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