Html Css Color HEX #846513 Yukon Gold

📋 copy color: '#846513'

red 132 ◦ green 101 ◦ blue 19

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

Shades of Yukon Gold #846513

Tints of Yukon Gold #846513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.08%

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 52.38%
G = 40.08%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#846513 (or 0x846513) is known color: Yukon Gold. HEX triplet: 84, 65 and 13. RGB value is (132,101,19). Sum of RGB (Red+Green+Blue) = 132+101+19=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #846513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846513 is #7B9AEC. Grayscale: #656565. Windows color (decimal): -8100589 or 1271172. OLE color: 1271172.

HSL color Cylindrical-coordinate representation of color #846513: hue angle of 43.54º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #846513 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 101 19 -
CMYK 0 0.23 0.86 0.48
HSL 43.54º 0.75% 0.3% -
HSV(B) 43.54º 0.86% 0.52% -
XYZ 14.29 14.26 2.62 -
YUV 100.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 132 101 19 0 0.23 0.86 0.48 43.54 0.75 0.3
Hex 84 65 13 0 17 56 30 2C 4B 1E
Octal 204 145 23 0 27 126 60 54 113 36
Binary 10000100 1100101 10011 0 10111 1010110 110000 101100 1001011 11110

Color Harmonies of #846513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846513

Black with #846513

Text Example


Text Example

White with #846513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846513; }

 p { color: rgb(132,101,19); }

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

background-color css

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

 a { background-color: rgb(132,101,19); }

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

border-color css

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

 span { border-color: rgb(132,101,19); }

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