Html Css Color HEX #816712 Yukon Gold

📋 copy color: '#816712'

red 129 ◦ green 103 ◦ blue 18

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

Shades of Yukon Gold #816712

Tints of Yukon Gold #816712

RGB

 RED value IS 129 (50.78% from 255) = 51.6%

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

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 51.6%
G = 41.2%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#816712 (or 0x816712) is known color: Yukon Gold. HEX triplet: 81, 67 and 12. RGB value is (129,103,18). Sum of RGB (Red+Green+Blue) = 129+103+18=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #816712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816712 is #7E98ED. Grayscale: #656565. Windows color (decimal): -8296686 or 1206145. OLE color: 1206145.

HSL color Cylindrical-coordinate representation of color #816712: hue angle of 45.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #816712 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 103 18 -
CMYK 0 0.20 0.86 0.49
HSL 45.95º 0.76% 0.29% -
HSV(B) 45.95º 0.86% 0.51% -
XYZ 14.01 14.41 2.62 -
YUV 101.08 81.11 147.91 -
System Red Green Blue C M Y K H S L
Decimal 129 103 18 0 0.20 0.86 0.49 45.95 0.76 0.29
Hex 81 67 12 0 14 56 31 2E 4C 1D
Octal 201 147 22 0 24 126 61 56 114 35
Binary 10000001 1100111 10010 0 10100 1010110 110001 101110 1001100 11101

Color Harmonies of #816712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816712

Black with #816712

Text Example


Text Example

White with #816712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816712; }

 p { color: rgb(129,103,18); }

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

background-color css

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

 a { background-color: rgb(129,103,18); }

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

border-color css

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

 span { border-color: rgb(129,103,18); }

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