Html Css Color HEX #84690F Yukon Gold

📋 copy color: '#84690F'

red 132 ◦ green 105 ◦ blue 15

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

Shades of Yukon Gold #84690F

Tints of Yukon Gold #84690F

RGB

 RED value IS 132 (51.95% from 255) = 52.38%

 GREEN value IS 105 (41.41% from 255) = 41.67%

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 52.38%
G = 41.67%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84690F (or 0x84690F) is known color: Yukon Gold. HEX triplet: 84, 69 and 0F. RGB value is (132,105,15). Sum of RGB (Red+Green+Blue) = 132+105+15=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #84690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84690F is #7B96F0. Grayscale: #676767. Windows color (decimal): -8099569 or 1010052. OLE color: 1010052.

HSL color Cylindrical-coordinate representation of color #84690F: hue angle of 46.15º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84690F is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 105 15 -
CMYK 0 0.20 0.89 0.48
HSL 46.15º 0.8% 0.29% -
HSV(B) 46.15º 0.89% 0.52% -
XYZ 14.65 15.04 2.58 -
YUV 102.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 132 105 15 0 0.20 0.89 0.48 46.15 0.8 0.29
Hex 84 69 F 0 14 59 30 2E 50 1D
Octal 204 151 17 0 24 131 60 56 120 35
Binary 10000100 1101001 1111 0 10100 1011001 110000 101110 1010000 11101

Color Harmonies of #84690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84690F

Black with #84690F

Text Example


Text Example

White with #84690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84690F; }

 p { color: rgb(132,105,15); }

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

background-color css

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

 a { background-color: rgb(132,105,15); }

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

border-color css

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

 span { border-color: rgb(132,105,15); }

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