Html Css Color HEX #83662B Yukon Gold

📋 copy color: '#83662B'

red 131 ◦ green 102 ◦ blue 43

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

Shades of Yukon Gold #83662B

Tints of Yukon Gold #83662B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 47.46%
G = 36.96%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83662B (or 0x83662B) is known color: Yukon Gold. HEX triplet: 83, 66 and 2B. RGB value is (131,102,43). Sum of RGB (Red+Green+Blue) = 131+102+43=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #83662B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83662B is #7C99D4. Grayscale: #686868. Windows color (decimal): -8165845 or 2844291. OLE color: 2844291.

HSL color Cylindrical-coordinate representation of color #83662B: hue angle of 40.23º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83662B is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 102 43 -
CMYK 0 0.22 0.67 0.49
HSL 40.23º 0.51% 0.34% -
HSV(B) 40.23º 0.67% 0.51% -
XYZ 14.55 14.5 4.32 -
YUV 103.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 131 102 43 0 0.22 0.67 0.49 40.23 0.51 0.34
Hex 83 66 2B 0 16 43 31 28 33 22
Octal 203 146 53 0 26 103 61 50 63 42
Binary 10000011 1100110 101011 0 10110 1000011 110001 101000 110011 100010

Color Harmonies of #83662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83662B

Black with #83662B

Text Example


Text Example

White with #83662B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83662B; }

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

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

background-color css

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

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

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

border-color css

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

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

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