Html Css Color HEX #867220 Yukon Gold

📋 copy color: '#867220'

red 134 ◦ green 114 ◦ blue 32

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

Shades of Yukon Gold #867220

Tints of Yukon Gold #867220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.71%

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

R = 47.86%
G = 40.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#867220 (or 0x867220) is known color: Yukon Gold. HEX triplet: 86, 72 and 20. RGB value is (134,114,32). Sum of RGB (Red+Green+Blue) = 134+114+32=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #867220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867220 is #798DDF. Grayscale: #6E6E6E. Windows color (decimal): -7966176 or 2126470. OLE color: 2126470.

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

Color convert

RGB 134 114 32 -
CMYK 0 0.15 0.76 0.47
HSL 48.24º 0.61% 0.33% -
HSV(B) 48.24º 0.76% 0.53% -
XYZ 16.11 17.21 3.84 -
YUV 110.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 134 114 32 0 0.15 0.76 0.47 48.24 0.61 0.33
Hex 86 72 20 0 F 4C 2F 30 3D 21
Octal 206 162 40 0 17 114 57 60 75 41
Binary 10000110 1110010 100000 0 1111 1001100 101111 110000 111101 100001

Color Harmonies of #867220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867220

Black with #867220

Text Example


Text Example

White with #867220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867220; }

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

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

background-color css

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

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

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

border-color css

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

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

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