Html Css Color HEX #886A1E Yukon Gold

📋 copy color: '#886A1E'

red 136 ◦ green 106 ◦ blue 30

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

Shades of Yukon Gold #886A1E

Tints of Yukon Gold #886A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 50%
G = 38.97%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#886A1E (or 0x886A1E) is known color: Yukon Gold. HEX triplet: 88, 6A and 1E. RGB value is (136,106,30). Sum of RGB (Red+Green+Blue) = 136+106+30=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #886A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A1E is #7795E1. Grayscale: #6A6A6A. Windows color (decimal): -7837154 or 1993352. OLE color: 1993352.

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

Color convert

RGB 136 106 30 -
CMYK 0 0.22 0.78 0.47
HSL 43.02º 0.64% 0.33% -
HSV(B) 43.02º 0.78% 0.53% -
XYZ 15.54 15.64 3.43 -
YUV 106.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 136 106 30 0 0.22 0.78 0.47 43.02 0.64 0.33
Hex 88 6A 1E 0 16 4E 2F 2B 40 21
Octal 210 152 36 0 26 116 57 53 100 41
Binary 10001000 1101010 11110 0 10110 1001110 101111 101011 1000000 100001

Color Harmonies of #886A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A1E

Black with #886A1E

Text Example


Text Example

White with #886A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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