Html Css Color HEX #85620C Yukon Gold

📋 copy color: '#85620C'

red 133 ◦ green 98 ◦ blue 12

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

Shades of Yukon Gold #85620C

Tints of Yukon Gold #85620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.94%

R = 54.73%
G = 40.33%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85620C (or 0x85620C) is known color: Yukon Gold. HEX triplet: 85, 62 and 0C. RGB value is (133,98,12). Sum of RGB (Red+Green+Blue) = 133+98+12=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85620C is #7A9DF3. Grayscale: #636363. Windows color (decimal): -8035828 or 811653. OLE color: 811653.

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

Color convert

RGB 133 98 12 -
CMYK 0 0.26 0.91 0.48
HSL 42.64º 0.83% 0.28% -
HSV(B) 42.64º 0.91% 0.52% -
XYZ 14.11 13.75 2.26 -
YUV 98.66 79.1 152.49 -
System Red Green Blue C M Y K H S L
Decimal 133 98 12 0 0.26 0.91 0.48 42.64 0.83 0.28
Hex 85 62 C 0 1A 5B 30 2B 53 1C
Octal 205 142 14 0 32 133 60 53 123 34
Binary 10000101 1100010 1100 0 11010 1011011 110000 101011 1010011 11100

Color Harmonies of #85620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85620C

Black with #85620C

Text Example


Text Example

White with #85620C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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