Html Css Color HEX #867118 Yukon Gold

📋 copy color: '#867118'

red 134 ◦ green 113 ◦ blue 24

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

Shades of Yukon Gold #867118

Tints of Yukon Gold #867118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.7%

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

R = 49.45%
G = 41.7%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#867118 (or 0x867118) is known color: Yukon Gold. HEX triplet: 86, 71 and 18. RGB value is (134,113,24). Sum of RGB (Red+Green+Blue) = 134+113+24=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #867118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867118 is #798EE7. Grayscale: #6D6D6D. Windows color (decimal): -7966440 or 1601926. OLE color: 1601926.

HSL color Cylindrical-coordinate representation of color #867118: hue angle of 48.55º 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 #867118 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 113 24 -
CMYK 0 0.16 0.82 0.47
HSL 48.55º 0.7% 0.31% -
HSV(B) 48.55º 0.82% 0.53% -
XYZ 15.9 16.94 3.3 -
YUV 109.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 134 113 24 0 0.16 0.82 0.47 48.55 0.7 0.31
Hex 86 71 18 0 10 52 2F 31 46 1F
Octal 206 161 30 0 20 122 57 61 106 37
Binary 10000110 1110001 11000 0 10000 1010010 101111 110001 1000110 11111

Color Harmonies of #867118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867118

Black with #867118

Text Example


Text Example

White with #867118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867118; }

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

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

background-color css

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

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

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

border-color css

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

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

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