Html Css Color HEX #886F1E Yukon Gold

📋 copy color: '#886F1E'

red 136 ◦ green 111 ◦ blue 30

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

Shades of Yukon Gold #886F1E

Tints of Yukon Gold #886F1E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.07%

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

R = 49.1%
G = 40.07%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#886F1E (or 0x886F1E) is known color: Yukon Gold. HEX triplet: 88, 6F and 1E. RGB value is (136,111,30). Sum of RGB (Red+Green+Blue) = 136+111+30=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #886F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F1E is #7790E1. Grayscale: #6D6D6D. Windows color (decimal): -7835874 or 1994632. OLE color: 1994632.

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

Color convert

RGB 136 111 30 -
CMYK 0 0.18 0.78 0.47
HSL 45.85º 0.64% 0.33% -
HSV(B) 45.85º 0.78% 0.53% -
XYZ 16.07 16.7 3.6 -
YUV 109.24 83.28 147.09 -
System Red Green Blue C M Y K H S L
Decimal 136 111 30 0 0.18 0.78 0.47 45.85 0.64 0.33
Hex 88 6F 1E 0 12 4E 2F 2E 40 21
Octal 210 157 36 0 22 116 57 56 100 41
Binary 10001000 1101111 11110 0 10010 1001110 101111 101110 1000000 100001

Color Harmonies of #886F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F1E

Black with #886F1E

Text Example


Text Example

White with #886F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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