Html Css Color HEX #846015 Yukon Gold

📋 copy color: '#846015'

red 132 ◦ green 96 ◦ blue 21

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

Shades of Yukon Gold #846015

Tints of Yukon Gold #846015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 53.01%
G = 38.55%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#846015 (or 0x846015) is known color: Yukon Gold. HEX triplet: 84, 60 and 15. RGB value is (132,96,21). Sum of RGB (Red+Green+Blue) = 132+96+21=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #846015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846015 is #7B9FEA. Grayscale: #626262. Windows color (decimal): -8101867 or 1400964. OLE color: 1400964.

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

Color convert

RGB 132 96 21 -
CMYK 0 0.27 0.84 0.48
HSL 40.54º 0.73% 0.3% -
HSV(B) 40.54º 0.84% 0.52% -
XYZ 13.83 13.33 2.55 -
YUV 98.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 132 96 21 0 0.27 0.84 0.48 40.54 0.73 0.3
Hex 84 60 15 0 1B 54 30 29 49 1E
Octal 204 140 25 0 33 124 60 51 111 36
Binary 10000100 1100000 10101 0 11011 1010100 110000 101001 1001001 11110

Color Harmonies of #846015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846015

Black with #846015

Text Example


Text Example

White with #846015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846015; }

 p { color: rgb(132,96,21); }

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

background-color css

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

 a { background-color: rgb(132,96,21); }

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

border-color css

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

 span { border-color: rgb(132,96,21); }

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