Html Css Color HEX #886B1E Yukon Gold

📋 copy color: '#886B1E'

red 136 ◦ green 107 ◦ blue 30

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

Shades of Yukon Gold #886B1E

Tints of Yukon Gold #886B1E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.19%

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

R = 49.82%
G = 39.19%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#886B1E (or 0x886B1E) is known color: Yukon Gold. HEX triplet: 88, 6B and 1E. RGB value is (136,107,30). Sum of RGB (Red+Green+Blue) = 136+107+30=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #886B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B1E is #7794E1. Grayscale: #6B6B6B. Windows color (decimal): -7836898 or 1993608. OLE color: 1993608.

HSL color Cylindrical-coordinate representation of color #886B1E: hue angle of 43.58º 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 #886B1E is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 107 30 -
CMYK 0 0.21 0.78 0.47
HSL 43.58º 0.64% 0.33% -
HSV(B) 43.58º 0.78% 0.53% -
XYZ 15.65 15.84 3.46 -
YUV 106.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 136 107 30 0 0.21 0.78 0.47 43.58 0.64 0.33
Hex 88 6B 1E 0 15 4E 2F 2C 40 21
Octal 210 153 36 0 25 116 57 54 100 41
Binary 10001000 1101011 11110 0 10101 1001110 101111 101100 1000000 100001

Color Harmonies of #886B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B1E

Black with #886B1E

Text Example


Text Example

White with #886B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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