Html Css Color HEX #866B05 Yukon Gold

📋 copy color: '#866B05'

red 134 ◦ green 107 ◦ blue 5

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

Shades of Yukon Gold #866B05

Tints of Yukon Gold #866B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.5%

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 54.47%
G = 43.5%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#866B05 (or 0x866B05) is known color: Yukon Gold. HEX triplet: 86, 6B and 05. RGB value is (134,107,5). Sum of RGB (Red+Green+Blue) = 134+107+5=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #866B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866B05 is #7994FA. Grayscale: #676767. Windows color (decimal): -7967995 or 355206. OLE color: 355206.

HSL color Cylindrical-coordinate representation of color #866B05: hue angle of 47.44º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #866B05 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 107 5 -
CMYK 0 0.20 0.96 0.47
HSL 47.44º 0.93% 0.27% -
HSV(B) 47.44º 0.96% 0.53% -
XYZ 15.12 15.59 2.36 -
YUV 103.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 134 107 5 0 0.20 0.96 0.47 47.44 0.93 0.27
Hex 86 6B 5 0 14 60 2F 2F 5D 1B
Octal 206 153 5 0 24 140 57 57 135 33
Binary 10000110 1101011 101 0 10100 1100000 101111 101111 1011101 11011

Color Harmonies of #866B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866B05

Black with #866B05

Text Example


Text Example

White with #866B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866B05; }

 p { color: rgb(134,107,5); }

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

background-color css

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

 a { background-color: rgb(134,107,5); }

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

border-color css

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

 span { border-color: rgb(134,107,5); }

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