Html Css Color HEX #85671B Yukon Gold

📋 copy color: '#85671B'

red 133 ◦ green 103 ◦ blue 27

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

Shades of Yukon Gold #85671B

Tints of Yukon Gold #85671B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.27%

R = 50.57%
G = 39.16%
B = 10.27%

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

#85671B (or 0x85671B) is known color: Yukon Gold. HEX triplet: 85, 67 and 1B. RGB value is (133,103,27). Sum of RGB (Red+Green+Blue) = 133+103+27=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85671B is #7A98E4. Grayscale: #676767. Windows color (decimal): -8034533 or 1795973. OLE color: 1795973.

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

Color convert

RGB 133 103 27 -
CMYK 0 0.23 0.80 0.48
HSL 43.02º 0.66% 0.31% -
HSV(B) 43.02º 0.8% 0.52% -
XYZ 14.72 14.77 3.11 -
YUV 103.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 133 103 27 0 0.23 0.80 0.48 43.02 0.66 0.31
Hex 85 67 1B 0 17 50 30 2B 42 1F
Octal 205 147 33 0 27 120 60 53 102 37
Binary 10000101 1100111 11011 0 10111 1010000 110000 101011 1000010 11111

Color Harmonies of #85671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85671B

Black with #85671B

Text Example


Text Example

White with #85671B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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