Html Css Color HEX #866622 Yukon Gold

📋 copy color: '#866622'

red 134 ◦ green 102 ◦ blue 34

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

Shades of Yukon Gold #866622

Tints of Yukon Gold #866622

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

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

R = 49.63%
G = 37.78%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#866622 (or 0x866622) is known color: Yukon Gold. HEX triplet: 86, 66 and 22. RGB value is (134,102,34). Sum of RGB (Red+Green+Blue) = 134+102+34=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #866622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866622 is #7999DD. Grayscale: #686868. Windows color (decimal): -7969246 or 2254470. OLE color: 2254470.

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

Color convert

RGB 134 102 34 -
CMYK 0 0.24 0.75 0.47
HSL 40.8º 0.6% 0.33% -
HSV(B) 40.8º 0.75% 0.53% -
XYZ 14.87 14.69 3.56 -
YUV 103.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 134 102 34 0 0.24 0.75 0.47 40.8 0.6 0.33
Hex 86 66 22 0 18 4B 2F 29 3C 21
Octal 206 146 42 0 30 113 57 51 74 41
Binary 10000110 1100110 100010 0 11000 1001011 101111 101001 111100 100001

Color Harmonies of #866622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866622

Black with #866622

Text Example


Text Example

White with #866622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866622; }

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

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

background-color css

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

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

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

border-color css

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

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

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