Html Css Color HEX #85631E Yukon Gold

📋 copy color: '#85631E'

red 133 ◦ green 99 ◦ blue 30

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

Shades of Yukon Gold #85631E

Tints of Yukon Gold #85631E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.79%

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

R = 50.76%
G = 37.79%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85631E (or 0x85631E) is known color: Yukon Gold. HEX triplet: 85, 63 and 1E. RGB value is (133,99,30). Sum of RGB (Red+Green+Blue) = 133+99+30=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85631E is #7A9CE1. Grayscale: #656565. Windows color (decimal): -8035554 or 1991557. OLE color: 1991557.

HSL color Cylindrical-coordinate representation of color #85631E: hue angle of 40.19º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85631E is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 30 -
CMYK 0 0.26 0.77 0.48
HSL 40.19º 0.63% 0.32% -
HSV(B) 40.19º 0.77% 0.52% -
XYZ 14.37 14 3.17 -
YUV 101.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 133 99 30 0 0.26 0.77 0.48 40.19 0.63 0.32
Hex 85 63 1E 0 1A 4D 30 28 3F 20
Octal 205 143 36 0 32 115 60 50 77 40
Binary 10000101 1100011 11110 0 11010 1001101 110000 101000 111111 100000

Color Harmonies of #85631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85631E

Black with #85631E

Text Example


Text Example

White with #85631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85631E; }

 p { color: rgb(133,99,30); }

 H1.HeaderClassName
 {
   color: #85631E;
 }
 .AnyTagClassName
 {
   color: #85631E;
 }
</style>

background-color css

<style>
 a { background-color: #85631E; }

 a { background-color: rgb(133,99,30); }

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

border-color css

<style>
 span { border-color: #85631E; }

 span { border-color: rgb(133,99,30); }

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