Html Css Color HEX #85691D Yukon Gold

📋 copy color: '#85691D'

red 133 ◦ green 105 ◦ blue 29

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

Shades of Yukon Gold #85691D

Tints of Yukon Gold #85691D

RGB

 RED value IS 133 (52.34% from 255) = 49.81%

 GREEN value IS 105 (41.41% from 255) = 39.33%

 BLUE value IS 29 (11.72% from 255) = 10.86%

R = 49.81%
G = 39.33%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85691D (or 0x85691D) is known color: Yukon Gold. HEX triplet: 85, 69 and 1D. RGB value is (133,105,29). Sum of RGB (Red+Green+Blue) = 133+105+29=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85691D is #7A96E2. Grayscale: #696969. Windows color (decimal): -8034019 or 1927557. OLE color: 1927557.

HSL color Cylindrical-coordinate representation of color #85691D: hue angle of 43.85º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85691D is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 29 -
CMYK 0 0.21 0.78 0.48
HSL 43.85º 0.64% 0.32% -
HSV(B) 43.85º 0.78% 0.52% -
XYZ 14.95 15.18 3.3 -
YUV 104.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 133 105 29 0 0.21 0.78 0.48 43.85 0.64 0.32
Hex 85 69 1D 0 15 4E 30 2C 40 20
Octal 205 151 35 0 25 116 60 54 100 40
Binary 10000101 1101001 11101 0 10101 1001110 110000 101100 1000000 100000

Color Harmonies of #85691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85691D

Black with #85691D

Text Example


Text Example

White with #85691D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85691D; }

 p { color: rgb(133,105,29); }

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

background-color css

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

 a { background-color: rgb(133,105,29); }

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

border-color css

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

 span { border-color: rgb(133,105,29); }

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