Html Css Color HEX #886C1E Yukon Gold

📋 copy color: '#886C1E'

red 136 ◦ green 108 ◦ blue 30

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

Shades of Yukon Gold #886C1E

Tints of Yukon Gold #886C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.42%

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

R = 49.64%
G = 39.42%
B = 10.95%

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

#886C1E (or 0x886C1E) is known color: Yukon Gold. HEX triplet: 88, 6C and 1E. RGB value is (136,108,30). Sum of RGB (Red+Green+Blue) = 136+108+30=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #886C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C1E is #7793E1. Grayscale: #6B6B6B. Windows color (decimal): -7836642 or 1993864. OLE color: 1993864.

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

Color convert

RGB 136 108 30 -
CMYK 0 0.21 0.78 0.47
HSL 44.15º 0.64% 0.33% -
HSV(B) 44.15º 0.78% 0.53% -
XYZ 15.75 16.05 3.5 -
YUV 107.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 136 108 30 0 0.21 0.78 0.47 44.15 0.64 0.33
Hex 88 6C 1E 0 15 4E 2F 2C 40 21
Octal 210 154 36 0 25 116 57 54 100 41
Binary 10001000 1101100 11110 0 10101 1001110 101111 101100 1000000 100001

Color Harmonies of #886C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886C1E

Black with #886C1E

Text Example


Text Example

White with #886C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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