Html Css Color HEX #83661E Yukon Gold

📋 copy color: '#83661E'

red 131 ◦ green 102 ◦ blue 30

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

Shades of Yukon Gold #83661E

Tints of Yukon Gold #83661E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.78%

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 49.81%
G = 38.78%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#83661E (or 0x83661E) is known color: Yukon Gold. HEX triplet: 83, 66 and 1E. RGB value is (131,102,30). Sum of RGB (Red+Green+Blue) = 131+102+30=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #83661E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83661E is #7C99E1. Grayscale: #666666. Windows color (decimal): -8165858 or 1992323. OLE color: 1992323.

HSL color Cylindrical-coordinate representation of color #83661E: hue angle of 42.77º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83661E is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 102 30 -
CMYK 0 0.22 0.77 0.49
HSL 42.77º 0.63% 0.32% -
HSV(B) 42.77º 0.77% 0.51% -
XYZ 14.35 14.42 3.26 -
YUV 102.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 131 102 30 0 0.22 0.77 0.49 42.77 0.63 0.32
Hex 83 66 1E 0 16 4D 31 2B 3F 20
Octal 203 146 36 0 26 115 61 53 77 40
Binary 10000011 1100110 11110 0 10110 1001101 110001 101011 111111 100000

Color Harmonies of #83661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83661E

Black with #83661E

Text Example


Text Example

White with #83661E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83661E; }

 p { color: rgb(131,102,30); }

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

background-color css

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

 a { background-color: rgb(131,102,30); }

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

border-color css

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

 span { border-color: rgb(131,102,30); }

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