Html Css Color HEX #866421 Yukon Gold

📋 copy color: '#866421'

red 134 ◦ green 100 ◦ blue 33

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

Shades of Yukon Gold #866421

Tints of Yukon Gold #866421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 50.19%
G = 37.45%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#866421 (or 0x866421) is known color: Yukon Gold. HEX triplet: 86, 64 and 21. RGB value is (134,100,33). Sum of RGB (Red+Green+Blue) = 134+100+33=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #866421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866421 is #799BDE. Grayscale: #666666. Windows color (decimal): -7969759 or 2188422. OLE color: 2188422.

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

Color convert

RGB 134 100 33 -
CMYK 0 0.25 0.75 0.47
HSL 39.8º 0.6% 0.33% -
HSV(B) 39.8º 0.75% 0.53% -
XYZ 14.66 14.29 3.42 -
YUV 102.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 134 100 33 0 0.25 0.75 0.47 39.8 0.6 0.33
Hex 86 64 21 0 19 4B 2F 28 3C 21
Octal 206 144 41 0 31 113 57 50 74 41
Binary 10000110 1100100 100001 0 11001 1001011 101111 101000 111100 100001

Color Harmonies of #866421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866421

Black with #866421

Text Example


Text Example

White with #866421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866421; }

 p { color: rgb(134,100,33); }

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

background-color css

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

 a { background-color: rgb(134,100,33); }

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

border-color css

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

 span { border-color: rgb(134,100,33); }

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