Html Css Color HEX #85671A Yukon Gold

📋 copy color: '#85671A'

red 133 ◦ green 103 ◦ blue 26

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

Shades of Yukon Gold #85671A

Tints of Yukon Gold #85671A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.92%

R = 50.76%
G = 39.31%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85671A (or 0x85671A) is known color: Yukon Gold. HEX triplet: 85, 67 and 1A. RGB value is (133,103,26). Sum of RGB (Red+Green+Blue) = 133+103+26=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85671A is #7A98E5. Grayscale: #676767. Windows color (decimal): -8034534 or 1730437. OLE color: 1730437.

HSL color Cylindrical-coordinate representation of color #85671A: hue angle of 43.18º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85671A is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 26 -
CMYK 0 0.23 0.80 0.48
HSL 43.18º 0.67% 0.31% -
HSV(B) 43.18º 0.8% 0.52% -
XYZ 14.71 14.76 3.05 -
YUV 103.19 84.44 149.26 -
System Red Green Blue C M Y K H S L
Decimal 133 103 26 0 0.23 0.80 0.48 43.18 0.67 0.31
Hex 85 67 1A 0 17 50 30 2B 43 1F
Octal 205 147 32 0 27 120 60 53 103 37
Binary 10000101 1100111 11010 0 10111 1010000 110000 101011 1000011 11111

Color Harmonies of #85671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85671A

Black with #85671A

Text Example


Text Example

White with #85671A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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