Html Css Color HEX #85630F Yukon Gold

📋 copy color: '#85630F'

red 133 ◦ green 99 ◦ blue 15

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

Shades of Yukon Gold #85630F

Tints of Yukon Gold #85630F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 53.85%
G = 40.08%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85630F (or 0x85630F) is known color: Yukon Gold. HEX triplet: 85, 63 and 0F. RGB value is (133,99,15). Sum of RGB (Red+Green+Blue) = 133+99+15=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85630F is #7A9CF0. Grayscale: #636363. Windows color (decimal): -8035569 or 1008517. OLE color: 1008517.

HSL color Cylindrical-coordinate representation of color #85630F: hue angle of 42.71º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85630F is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 15 -
CMYK 0 0.26 0.89 0.48
HSL 42.71º 0.8% 0.29% -
HSV(B) 42.71º 0.89% 0.52% -
XYZ 14.22 13.94 2.39 -
YUV 99.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 133 99 15 0 0.26 0.89 0.48 42.71 0.8 0.29
Hex 85 63 F 0 1A 59 30 2B 50 1D
Octal 205 143 17 0 32 131 60 53 120 35
Binary 10000101 1100011 1111 0 11010 1011001 110000 101011 1010000 11101

Color Harmonies of #85630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85630F

Black with #85630F

Text Example


Text Example

White with #85630F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,99,15); }

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

background-color css

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

 a { background-color: rgb(133,99,15); }

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

border-color css

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

 span { border-color: rgb(133,99,15); }

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