Html Css Color HEX #866B07 Yukon Gold

📋 copy color: '#866B07'

red 134 ◦ green 107 ◦ blue 7

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

Shades of Yukon Gold #866B07

Tints of Yukon Gold #866B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.82%

R = 54.03%
G = 43.15%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#866B07 (or 0x866B07) is known color: Yukon Gold. HEX triplet: 86, 6B and 07. RGB value is (134,107,7). Sum of RGB (Red+Green+Blue) = 134+107+7=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #866B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866B07 is #7994F8. Grayscale: #686868. Windows color (decimal): -7967993 or 486278. OLE color: 486278.

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

Color convert

RGB 134 107 7 -
CMYK 0 0.20 0.95 0.47
HSL 47.24º 0.9% 0.28% -
HSV(B) 47.24º 0.95% 0.53% -
XYZ 15.13 15.6 2.41 -
YUV 103.67 73.45 149.63 -
System Red Green Blue C M Y K H S L
Decimal 134 107 7 0 0.20 0.95 0.47 47.24 0.9 0.28
Hex 86 6B 7 0 14 5F 2F 2F 5A 1C
Octal 206 153 7 0 24 137 57 57 132 34
Binary 10000110 1101011 111 0 10100 1011111 101111 101111 1011010 11100

Color Harmonies of #866B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866B07

Black with #866B07

Text Example


Text Example

White with #866B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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