Html Css Color HEX #85670B Yukon Gold

📋 copy color: '#85670B'

red 133 ◦ green 103 ◦ blue 11

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

Shades of Yukon Gold #85670B

Tints of Yukon Gold #85670B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 53.85%
G = 41.7%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85670B (or 0x85670B) is known color: Yukon Gold. HEX triplet: 85, 67 and 0B. RGB value is (133,103,11). Sum of RGB (Red+Green+Blue) = 133+103+11=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85670B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85670B is #7A98F4. Grayscale: #656565. Windows color (decimal): -8034549 or 747397. OLE color: 747397.

HSL color Cylindrical-coordinate representation of color #85670B: hue angle of 45.25º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85670B is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 11 -
CMYK 0 0.23 0.92 0.48
HSL 45.25º 0.85% 0.28% -
HSV(B) 45.25º 0.92% 0.52% -
XYZ 14.58 14.71 2.39 -
YUV 101.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 133 103 11 0 0.23 0.92 0.48 45.25 0.85 0.28
Hex 85 67 B 0 17 5C 30 2D 55 1C
Octal 205 147 13 0 27 134 60 55 125 34
Binary 10000101 1100111 1011 0 10111 1011100 110000 101101 1010101 11100

Color Harmonies of #85670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85670B

Black with #85670B

Text Example


Text Example

White with #85670B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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