Html Css Color HEX #867225 Yukon Gold

📋 copy color: '#867225'

red 134 ◦ green 114 ◦ blue 37

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

Shades of Yukon Gold #867225

Tints of Yukon Gold #867225

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40%

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

R = 47.02%
G = 40%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#867225 (or 0x867225) is known color: Yukon Gold. HEX triplet: 86, 72 and 25. RGB value is (134,114,37). Sum of RGB (Red+Green+Blue) = 134+114+37=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #867225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867225 is #798DDA. Grayscale: #6F6F6F. Windows color (decimal): -7966171 or 2454150. OLE color: 2454150.

HSL color Cylindrical-coordinate representation of color #867225: hue angle of 47.63º 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 #867225 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 114 37 -
CMYK 0 0.15 0.72 0.47
HSL 47.63º 0.57% 0.34% -
HSV(B) 47.63º 0.72% 0.53% -
XYZ 16.18 17.24 4.22 -
YUV 111.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 134 114 37 0 0.15 0.72 0.47 47.63 0.57 0.34
Hex 86 72 25 0 F 48 2F 30 39 22
Octal 206 162 45 0 17 110 57 60 71 42
Binary 10000110 1110010 100101 0 1111 1001000 101111 110000 111001 100010

Color Harmonies of #867225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867225

Black with #867225

Text Example


Text Example

White with #867225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867225; }

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

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

background-color css

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

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

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

border-color css

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

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

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