Html Css Color HEX #85671E Yukon Gold

📋 copy color: '#85671E'

red 133 ◦ green 103 ◦ blue 30

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

Shades of Yukon Gold #85671E

Tints of Yukon Gold #85671E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.72%

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

R = 50%
G = 38.72%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85671E (or 0x85671E) is known color: Yukon Gold. HEX triplet: 85, 67 and 1E. RGB value is (133,103,30). Sum of RGB (Red+Green+Blue) = 133+103+30=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85671E is #7A98E1. Grayscale: #676767. Windows color (decimal): -8034530 or 1992581. OLE color: 1992581.

HSL color Cylindrical-coordinate representation of color #85671E: hue angle of 42.52º 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 #85671E is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 30 -
CMYK 0 0.23 0.77 0.48
HSL 42.52º 0.63% 0.32% -
HSV(B) 42.52º 0.77% 0.52% -
XYZ 14.76 14.78 3.3 -
YUV 103.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 133 103 30 0 0.23 0.77 0.48 42.52 0.63 0.32
Hex 85 67 1E 0 17 4D 30 2B 3F 20
Octal 205 147 36 0 27 115 60 53 77 40
Binary 10000101 1100111 11110 0 10111 1001101 110000 101011 111111 100000

Color Harmonies of #85671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85671E

Black with #85671E

Text Example


Text Example

White with #85671E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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