Html Css Color HEX #866018 Yukon Gold

📋 copy color: '#866018'

red 134 ◦ green 96 ◦ blue 24

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

Shades of Yukon Gold #866018

Tints of Yukon Gold #866018

RGB

 RED value IS 134 (52.73% from 255) = 52.76%

 GREEN value IS 96 (37.89% from 255) = 37.8%

 BLUE value IS 24 (9.77% from 255) = 9.45%

R = 52.76%
G = 37.8%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#866018 (or 0x866018) is known color: Yukon Gold. HEX triplet: 86, 60 and 18. RGB value is (134,96,24). Sum of RGB (Red+Green+Blue) = 134+96+24=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #866018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866018 is #799FE7. Grayscale: #636363. Windows color (decimal): -7970792 or 1597574. OLE color: 1597574.

HSL color Cylindrical-coordinate representation of color #866018: hue angle of 39.27º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #866018 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 96 24 -
CMYK 0 0.28 0.82 0.47
HSL 39.27º 0.7% 0.31% -
HSV(B) 39.27º 0.82% 0.53% -
XYZ 14.18 13.5 2.72 -
YUV 99.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 134 96 24 0 0.28 0.82 0.47 39.27 0.7 0.31
Hex 86 60 18 0 1C 52 2F 27 46 1F
Octal 206 140 30 0 34 122 57 47 106 37
Binary 10000110 1100000 11000 0 11100 1010010 101111 100111 1000110 11111

Color Harmonies of #866018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866018

Black with #866018

Text Example


Text Example

White with #866018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866018; }

 p { color: rgb(134,96,24); }

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

background-color css

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

 a { background-color: rgb(134,96,24); }

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

border-color css

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

 span { border-color: rgb(134,96,24); }

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