Html Css Color HEX #886A1B Yukon Gold

📋 copy color: '#886A1B'

red 136 ◦ green 106 ◦ blue 27

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

Shades of Yukon Gold #886A1B

Tints of Yukon Gold #886A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 50.56%
G = 39.41%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#886A1B (or 0x886A1B) is known color: Yukon Gold. HEX triplet: 88, 6A and 1B. RGB value is (136,106,27). Sum of RGB (Red+Green+Blue) = 136+106+27=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #886A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A1B is #7795E4. Grayscale: #6A6A6A. Windows color (decimal): -7837157 or 1796744. OLE color: 1796744.

HSL color Cylindrical-coordinate representation of color #886A1B: hue angle of 43.49º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #886A1B is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 27 -
CMYK 0 0.22 0.80 0.47
HSL 43.49º 0.67% 0.32% -
HSV(B) 43.49º 0.8% 0.53% -
XYZ 15.51 15.62 3.23 -
YUV 105.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 136 106 27 0 0.22 0.80 0.47 43.49 0.67 0.32
Hex 88 6A 1B 0 16 50 2F 2B 43 20
Octal 210 152 33 0 26 120 57 53 103 40
Binary 10001000 1101010 11011 0 10110 1010000 101111 101011 1000011 100000

Color Harmonies of #886A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A1B

Black with #886A1B

Text Example


Text Example

White with #886A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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