Html Css Color HEX #867520 Yukon Gold

📋 copy color: '#867520'

red 134 ◦ green 117 ◦ blue 32

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

Shades of Yukon Gold #867520

Tints of Yukon Gold #867520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.34%

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 47.35%
G = 41.34%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#867520 (or 0x867520) is known color: Yukon Gold. HEX triplet: 86, 75 and 20. RGB value is (134,117,32). Sum of RGB (Red+Green+Blue) = 134+117+32=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #867520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867520 is #798ADF. Grayscale: #707070. Windows color (decimal): -7965408 or 2127238. OLE color: 2127238.

HSL color Cylindrical-coordinate representation of color #867520: hue angle of 50º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #867520 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 32 -
CMYK 0 0.13 0.76 0.47
HSL 50º 0.61% 0.33% -
HSV(B) 50º 0.76% 0.53% -
XYZ 16.45 17.9 3.95 -
YUV 112.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 134 117 32 0 0.13 0.76 0.47 50 0.61 0.33
Hex 86 75 20 0 D 4C 2F 32 3D 21
Octal 206 165 40 0 15 114 57 62 75 41
Binary 10000110 1110101 100000 0 1101 1001100 101111 110010 111101 100001

Color Harmonies of #867520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867520

Black with #867520

Text Example


Text Example

White with #867520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867520; }

 p { color: rgb(134,117,32); }

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

background-color css

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

 a { background-color: rgb(134,117,32); }

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

border-color css

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

 span { border-color: rgb(134,117,32); }

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