Html Css Color HEX #85660B Yukon Gold

📋 copy color: '#85660B'

red 133 ◦ green 102 ◦ blue 11

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

Shades of Yukon Gold #85660B

Tints of Yukon Gold #85660B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.47%

R = 54.07%
G = 41.46%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85660B (or 0x85660B) is known color: Yukon Gold. HEX triplet: 85, 66 and 0B. RGB value is (133,102,11). Sum of RGB (Red+Green+Blue) = 133+102+11=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85660B is #7A99F4. Grayscale: #656565. Windows color (decimal): -8034805 or 747141. OLE color: 747141.

HSL color Cylindrical-coordinate representation of color #85660B: hue angle of 44.75º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85660B is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 11 -
CMYK 0 0.23 0.92 0.48
HSL 44.75º 0.85% 0.28% -
HSV(B) 44.75º 0.92% 0.52% -
XYZ 14.48 14.51 2.35 -
YUV 100.9 77.27 150.9 -
System Red Green Blue C M Y K H S L
Decimal 133 102 11 0 0.23 0.92 0.48 44.75 0.85 0.28
Hex 85 66 B 0 17 5C 30 2D 55 1C
Octal 205 146 13 0 27 134 60 55 125 34
Binary 10000101 1100110 1011 0 10111 1011100 110000 101101 1010101 11100

Color Harmonies of #85660B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85660B

Black with #85660B

Text Example


Text Example

White with #85660B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,102,11); }

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

background-color css

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

 a { background-color: rgb(133,102,11); }

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

border-color css

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

 span { border-color: rgb(133,102,11); }

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