Html Css Color HEX #867222 Yukon Gold

📋 copy color: '#867222'

red 134 ◦ green 114 ◦ blue 34

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

Shades of Yukon Gold #867222

Tints of Yukon Gold #867222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.06%

R = 47.52%
G = 40.43%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#867222 (or 0x867222) is known color: Yukon Gold. HEX triplet: 86, 72 and 22. RGB value is (134,114,34). Sum of RGB (Red+Green+Blue) = 134+114+34=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #867222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867222 is #798DDD. Grayscale: #6F6F6F. Windows color (decimal): -7966174 or 2257542. OLE color: 2257542.

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

Color convert

RGB 134 114 34 -
CMYK 0 0.15 0.75 0.47
HSL 48º 0.6% 0.33% -
HSV(B) 48º 0.75% 0.53% -
XYZ 16.14 17.22 3.99 -
YUV 110.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 134 114 34 0 0.15 0.75 0.47 48 0.6 0.33
Hex 86 72 22 0 F 4B 2F 30 3C 21
Octal 206 162 42 0 17 113 57 60 74 41
Binary 10000110 1110010 100010 0 1111 1001011 101111 110000 111100 100001

Color Harmonies of #867222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867222

Black with #867222

Text Example


Text Example

White with #867222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867222; }

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

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

background-color css

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

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

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

border-color css

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

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

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