Html Css Color HEX #85651F Yukon Gold

📋 copy color: '#85651F'

red 133 ◦ green 101 ◦ blue 31

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

Shades of Yukon Gold #85651F

Tints of Yukon Gold #85651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.11%

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 50.19%
G = 38.11%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85651F (or 0x85651F) is known color: Yukon Gold. HEX triplet: 85, 65 and 1F. RGB value is (133,101,31). Sum of RGB (Red+Green+Blue) = 133+101+31=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85651F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85651F is #7A9AE0. Grayscale: #666666. Windows color (decimal): -8035041 or 2057605. OLE color: 2057605.

HSL color Cylindrical-coordinate representation of color #85651F: hue angle of 41.18º degrees, saturation: 0.62, 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 #85651F is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 31 -
CMYK 0 0.24 0.77 0.48
HSL 41.18º 0.62% 0.32% -
HSV(B) 41.18º 0.77% 0.52% -
XYZ 14.57 14.39 3.31 -
YUV 102.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 133 101 31 0 0.24 0.77 0.48 41.18 0.62 0.32
Hex 85 65 1F 0 18 4D 30 29 3E 20
Octal 205 145 37 0 30 115 60 51 76 40
Binary 10000101 1100101 11111 0 11000 1001101 110000 101001 111110 100000

Color Harmonies of #85651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85651F

Black with #85651F

Text Example


Text Example

White with #85651F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,101,31); }

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

background-color css

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

 a { background-color: rgb(133,101,31); }

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

border-color css

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

 span { border-color: rgb(133,101,31); }

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