Html Css Color HEX #85620F Yukon Gold

📋 copy color: '#85620F'

red 133 ◦ green 98 ◦ blue 15

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

Shades of Yukon Gold #85620F

Tints of Yukon Gold #85620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.84%

 BLUE value IS 15 (6.25% from 255) = 6.1%

R = 54.07%
G = 39.84%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85620F (or 0x85620F) is known color: Yukon Gold. HEX triplet: 85, 62 and 0F. RGB value is (133,98,15). Sum of RGB (Red+Green+Blue) = 133+98+15=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85620F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85620F is #7A9DF0. Grayscale: #636363. Windows color (decimal): -8035825 or 1008261. OLE color: 1008261.

HSL color Cylindrical-coordinate representation of color #85620F: hue angle of 42.2º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85620F is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 15 -
CMYK 0 0.26 0.89 0.48
HSL 42.2º 0.8% 0.29% -
HSV(B) 42.2º 0.89% 0.52% -
XYZ 14.13 13.76 2.36 -
YUV 99 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 133 98 15 0 0.26 0.89 0.48 42.2 0.8 0.29
Hex 85 62 F 0 1A 59 30 2A 50 1D
Octal 205 142 17 0 32 131 60 52 120 35
Binary 10000101 1100010 1111 0 11010 1011001 110000 101010 1010000 11101

Color Harmonies of #85620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85620F

Black with #85620F

Text Example


Text Example

White with #85620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85620F; }

 p { color: rgb(133,98,15); }

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

background-color css

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

 a { background-color: rgb(133,98,15); }

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

border-color css

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

 span { border-color: rgb(133,98,15); }

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