Html Css Color HEX #83670C Yukon Gold

📋 copy color: '#83670C'

red 131 ◦ green 103 ◦ blue 12

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

Shades of Yukon Gold #83670C

Tints of Yukon Gold #83670C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.87%

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 53.25%
G = 41.87%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#83670C (or 0x83670C) is known color: Yukon Gold. HEX triplet: 83, 67 and 0C. RGB value is (131,103,12). Sum of RGB (Red+Green+Blue) = 131+103+12=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83670C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83670C is #7C98F3. Grayscale: #656565. Windows color (decimal): -8165620 or 812931. OLE color: 812931.

HSL color Cylindrical-coordinate representation of color #83670C: hue angle of 45.88º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83670C is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 103 12 -
CMYK 0 0.21 0.91 0.49
HSL 45.88º 0.83% 0.28% -
HSV(B) 45.88º 0.91% 0.51% -
XYZ 14.28 14.55 2.4 -
YUV 101 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 131 103 12 0 0.21 0.91 0.49 45.88 0.83 0.28
Hex 83 67 C 0 15 5B 31 2E 53 1C
Octal 203 147 14 0 25 133 61 56 123 34
Binary 10000011 1100111 1100 0 10101 1011011 110001 101110 1010011 11100

Color Harmonies of #83670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83670C

Black with #83670C

Text Example


Text Example

White with #83670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83670C; }

 p { color: rgb(131,103,12); }

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

background-color css

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

 a { background-color: rgb(131,103,12); }

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

border-color css

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

 span { border-color: rgb(131,103,12); }

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