Html Css Color HEX #837614 Yukon Gold

📋 copy color: '#837614'

red 131 ◦ green 118 ◦ blue 20

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

Shades of Yukon Gold #837614

Tints of Yukon Gold #837614

RGB

 RED value IS 131 (51.56% from 255) = 48.7%

 GREEN value IS 118 (46.48% from 255) = 43.87%

 BLUE value IS 20 (8.2% from 255) = 7.43%

R = 48.7%
G = 43.87%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#837614 (or 0x837614) is known color: Yukon Gold. HEX triplet: 83, 76 and 14. RGB value is (131,118,20). Sum of RGB (Red+Green+Blue) = 131+118+20=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #837614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #837614 is #7C89EB. Grayscale: #6F6F6F. Windows color (decimal): -8161772 or 1341059. OLE color: 1341059.

HSL color Cylindrical-coordinate representation of color #837614: hue angle of 52.97º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #837614 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 118 20 -
CMYK 0 0.10 0.85 0.49
HSL 52.97º 0.74% 0.3% -
HSV(B) 52.97º 0.85% 0.51% -
XYZ 15.96 17.83 3.26 -
YUV 110.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 131 118 20 0 0.10 0.85 0.49 52.97 0.74 0.3
Hex 83 76 14 0 A 55 31 35 4A 1E
Octal 203 166 24 0 12 125 61 65 112 36
Binary 10000011 1110110 10100 0 1010 1010101 110001 110101 1001010 11110

Color Harmonies of #837614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837614

Black with #837614

Text Example


Text Example

White with #837614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837614; }

 p { color: rgb(131,118,20); }

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

background-color css

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

 a { background-color: rgb(131,118,20); }

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

border-color css

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

 span { border-color: rgb(131,118,20); }

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