Html Css Color HEX #816B1E Yukon Gold

📋 copy color: '#816B1E'

red 129 ◦ green 107 ◦ blue 30

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

Shades of Yukon Gold #816B1E

Tints of Yukon Gold #816B1E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.23%

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

R = 48.5%
G = 40.23%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#816B1E (or 0x816B1E) is known color: Yukon Gold. HEX triplet: 81, 6B and 1E. RGB value is (129,107,30). Sum of RGB (Red+Green+Blue) = 129+107+30=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #816B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B1E is #7E94E1. Grayscale: #696969. Windows color (decimal): -8295650 or 1993601. OLE color: 1993601.

HSL color Cylindrical-coordinate representation of color #816B1E: hue angle of 46.67º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #816B1E is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 107 30 -
CMYK 0 0.17 0.77 0.49
HSL 46.67º 0.62% 0.31% -
HSV(B) 46.67º 0.77% 0.51% -
XYZ 14.55 15.28 3.41 -
YUV 104.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 129 107 30 0 0.17 0.77 0.49 46.67 0.62 0.31
Hex 81 6B 1E 0 11 4D 31 2F 3E 1F
Octal 201 153 36 0 21 115 61 57 76 37
Binary 10000001 1101011 11110 0 10001 1001101 110001 101111 111110 11111

Color Harmonies of #816B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816B1E

Black with #816B1E

Text Example


Text Example

White with #816B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816B1E; }

 p { color: rgb(129,107,30); }

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

background-color css

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

 a { background-color: rgb(129,107,30); }

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

border-color css

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

 span { border-color: rgb(129,107,30); }

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