Html Css Color HEX #86621D Yukon Gold

📋 copy color: '#86621D'

red 134 ◦ green 98 ◦ blue 29

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

Shades of Yukon Gold #86621D

Tints of Yukon Gold #86621D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 51.34%
G = 37.55%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86621D (or 0x86621D) is known color: Yukon Gold. HEX triplet: 86, 62 and 1D. RGB value is (134,98,29). Sum of RGB (Red+Green+Blue) = 134+98+29=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86621D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86621D is #799DE2. Grayscale: #656565. Windows color (decimal): -7970275 or 1925766. OLE color: 1925766.

HSL color Cylindrical-coordinate representation of color #86621D: hue angle of 39.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86621D is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 98 29 -
CMYK 0 0.27 0.78 0.47
HSL 39.43º 0.64% 0.32% -
HSV(B) 39.43º 0.78% 0.53% -
XYZ 14.42 13.89 3.08 -
YUV 100.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 134 98 29 0 0.27 0.78 0.47 39.43 0.64 0.32
Hex 86 62 1D 0 1B 4E 2F 27 40 20
Octal 206 142 35 0 33 116 57 47 100 40
Binary 10000110 1100010 11101 0 11011 1001110 101111 100111 1000000 100000

Color Harmonies of #86621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86621D

Black with #86621D

Text Example


Text Example

White with #86621D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86621D; }

 p { color: rgb(134,98,29); }

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

background-color css

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

 a { background-color: rgb(134,98,29); }

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

border-color css

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

 span { border-color: rgb(134,98,29); }

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