Html Css Color HEX #866725 Yukon Gold

📋 copy color: '#866725'

red 134 ◦ green 103 ◦ blue 37

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

Shades of Yukon Gold #866725

Tints of Yukon Gold #866725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.59%

 BLUE value IS 37 (14.84% from 255) = 13.5%

R = 48.91%
G = 37.59%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#866725 (or 0x866725) is known color: Yukon Gold. HEX triplet: 86, 67 and 25. RGB value is (134,103,37). Sum of RGB (Red+Green+Blue) = 134+103+37=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #866725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866725 is #7998DA. Grayscale: #696969. Windows color (decimal): -7968987 or 2451334. OLE color: 2451334.

HSL color Cylindrical-coordinate representation of color #866725: hue angle of 40.82º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #866725 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 103 37 -
CMYK 0 0.23 0.72 0.47
HSL 40.82º 0.57% 0.34% -
HSV(B) 40.82º 0.72% 0.53% -
XYZ 15.02 14.9 3.84 -
YUV 104.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 134 103 37 0 0.23 0.72 0.47 40.82 0.57 0.34
Hex 86 67 25 0 17 48 2F 29 39 22
Octal 206 147 45 0 27 110 57 51 71 42
Binary 10000110 1100111 100101 0 10111 1001000 101111 101001 111001 100010

Color Harmonies of #866725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866725

Black with #866725

Text Example


Text Example

White with #866725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866725; }

 p { color: rgb(134,103,37); }

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

background-color css

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

 a { background-color: rgb(134,103,37); }

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

border-color css

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

 span { border-color: rgb(134,103,37); }

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